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
bcb26d47
...
bcb26d47326072e5ba25908b363fe332e3cd3756
authored
2005-11-16 10:27:17 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(sql_interface): Fix data type
1 parent
3a14b1e3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
auth/sql.h
auth/sql.h
View file @
bcb26d4
...
...
@@ -40,7 +40,7 @@
#include <mailutils/nls.h>
#include <mailutils/mailbox.h>
extern
char
*
sql_interface
;
extern
int
sql_interface
;
extern
char
*
mu_sql_getpwnam_query
;
extern
char
*
mu_sql_getpass_query
;
extern
char
*
mu_sql_getpwuid_query
;
...
...
Please
register
or
sign in
to post a comment