Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
d924063f
...
d924063f4b4aa3d1a95946e8c7d1c6f45dbde753
authored
2005-02-25 16:31:55 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(sql_interface): new decl
(mu_sql_expand_query): New proto.
1 parent
15060e45
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
auth/sql.h
auth/sql.h
View file @
d924063
/* GNU Mailutils -- a suite of utilities for electronic mail
Copyright (C) 2003 Free Software Foundation, Inc.
Copyright (C) 2003
, 2005
Free Software Foundation, Inc.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
...
...
@@ -37,6 +37,7 @@
#include <mailutils/nls.h>
#include <mailutils/mailbox.h>
extern
char
*
sql_interface
;
extern
char
*
mu_sql_getpwnam_query
;
extern
char
*
mu_sql_getpass_query
;
extern
char
*
mu_sql_getpwuid_query
;
...
...
@@ -47,5 +48,4 @@ extern char *mu_sql_db;
extern
char
*
mu_sql_socket
;
extern
int
mu_sql_port
;
extern
char
*
mu_sql_expand_query
__P
((
const
char
*
query
,
const
char
*
ustr
));
...
...
Please
register
or
sign in
to post a comment