(pop3d_bye): Added missing prototype
Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -186,6 +186,7 @@ extern int tls_available; | ... | @@ -186,6 +186,7 @@ extern int tls_available; |
186 | extern int tls_done; | 186 | extern int tls_done; |
187 | #endif /* WITH_TLS */ | 187 | #endif /* WITH_TLS */ |
188 | 188 | ||
189 | extern void pop3d_bye __P ((void)); | ||
189 | extern int pop3d_abquit __P ((int)); | 190 | extern int pop3d_abquit __P ((int)); |
190 | extern int pop3d_apop __P ((const char *)); | 191 | extern int pop3d_apop __P ((const char *)); |
191 | extern char *pop3d_apopuser __P ((const char *)); | 192 | extern char *pop3d_apopuser __P ((const char *)); | ... | ... |
-
Please register or sign in to post a comment