Removed duplicate declaration of mu_auth_data_free.
Showing
1 changed file
with
0 additions
and
3 deletions
... | @@ -56,9 +56,6 @@ mu_get_auth_by_uid __P((uid_t uid)); | ... | @@ -56,9 +56,6 @@ mu_get_auth_by_uid __P((uid_t uid)); |
56 | extern int | 56 | extern int |
57 | mu_authenticate __P((struct mu_auth_data *auth_data, char *pass)); | 57 | mu_authenticate __P((struct mu_auth_data *auth_data, char *pass)); |
58 | 58 | ||
59 | extern void mu_auth_data_free __P((struct mu_auth_data *ptr)); | ||
60 | |||
61 | |||
62 | extern int mu_auth_nosupport __P((void *return_data, | 59 | extern int mu_auth_nosupport __P((void *return_data, |
63 | void *key, | 60 | void *key, |
64 | void *func_data, | 61 | void *func_data, | ... | ... |
-
Please register or sign in to post a comment