summaryrefslogtreecommitdiff
path: root/auth
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2005-02-25 16:31:55 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2005-02-25 16:31:55 +0000
commitd924063f4b4aa3d1a95946e8c7d1c6f45dbde753 (patch)
tree88456ddbded193985242e0c56a8ece037bc46477 /auth
parent15060e45eb0abbba8bbe3e6501a9ece7708a13a7 (diff)
downloadmailutils-d924063f4b4aa3d1a95946e8c7d1c6f45dbde753.tar.gz
mailutils-d924063f4b4aa3d1a95946e8c7d1c6f45dbde753.tar.bz2
(sql_interface): new decl
(mu_sql_expand_query): New proto.
Diffstat (limited to 'auth')
-rw-r--r--auth/sql.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/auth/sql.h b/auth/sql.h
index d3248fe63..91e357ef8 100644
--- a/auth/sql.h
+++ b/auth/sql.h
@@ -1,5 +1,5 @@
/* 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));

Return to:

Send suggestions and report system problems to the System administrator.