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
e26d935a
...
e26d935a78b3e5442ee37dfcc324cad4e00c3fd6
authored
2002-12-14 23:44:34 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Removed duplicate declaration of mu_auth_data_free.
1 parent
488b0ec9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
include/mailutils/mu_auth.h
include/mailutils/mu_auth.h
View file @
e26d935
...
...
@@ -56,9 +56,6 @@ mu_get_auth_by_uid __P((uid_t uid));
extern
int
mu_authenticate
__P
((
struct
mu_auth_data
*
auth_data
,
char
*
pass
));
extern
void
mu_auth_data_free
__P
((
struct
mu_auth_data
*
ptr
));
extern
int
mu_auth_nosupport
__P
((
void
*
return_data
,
void
*
key
,
void
*
func_data
,
...
...
Please
register
or
sign in
to post a comment