Commit ef05db99 ef05db999755e32b4cf7344d906e8e6057d4791d by Sergey Poznyakoff

Include <auth/sql.h>. A temporary solution.

1 parent 03923bb1
1 /* GNU Mailutils -- a suite of utilities for electronic mail 1 /* GNU Mailutils -- a suite of utilities for electronic mail
2 Copyright (C) 1999, 2000, 2001, 2002 Free Software Foundation, Inc. 2 Copyright (C) 1999, 2000, 2001, 2002, 2004,
3 2005 Free Software Foundation, Inc.
3 4
4 GNU Mailutils is free software; you can redistribute it and/or modify 5 GNU Mailutils is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by 6 it under the terms of the GNU General Public License as published by
...@@ -138,13 +139,7 @@ dbm_retrieve_quota (char *name, size_t *quota) ...@@ -138,13 +139,7 @@ dbm_retrieve_quota (char *name, size_t *quota)
138 #include <mailutils/sql.h> 139 #include <mailutils/sql.h>
139 140
140 /* FIXME: defined in auth/sql.c */ 141 /* FIXME: defined in auth/sql.c */
141 extern int sql_interface; 142 #include <auth/sql.h>
142 extern char *mu_sql_host;
143 extern char *mu_sql_user;
144 extern char *mu_sql_passwd;
145 extern char *mu_sql_db;
146 extern int mu_sql_port;
147 extern char *mu_sql_expand_query (const char *query, const char *ustr);
148 143
149 int 144 int
150 sql_retrieve_quota (char *name, size_t *quota) 145 sql_retrieve_quota (char *name, size_t *quota)
......