(sql_interface): Fix data type
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -40,7 +40,7 @@ | ... | @@ -40,7 +40,7 @@ |
40 | #include <mailutils/nls.h> | 40 | #include <mailutils/nls.h> |
41 | #include <mailutils/mailbox.h> | 41 | #include <mailutils/mailbox.h> |
42 | 42 | ||
43 | extern char *sql_interface; | 43 | extern int sql_interface; |
44 | extern char *mu_sql_getpwnam_query; | 44 | extern char *mu_sql_getpwnam_query; |
45 | extern char *mu_sql_getpass_query; | 45 | extern char *mu_sql_getpass_query; |
46 | extern char *mu_sql_getpwuid_query; | 46 | extern char *mu_sql_getpwuid_query; | ... | ... |
-
Please register or sign in to post a comment