Commit e26d935a e26d935a78b3e5442ee37dfcc324cad4e00c3fd6 by Sergey Poznyakoff

Removed duplicate declaration of mu_auth_data_free.

1 parent 488b0ec9
...@@ -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,
......