Commit 24ab6df1 24ab6df15aa8053d95eea1d0fc0a1245d267225c by Sergey Poznyakoff

(pop3d_bye): Added missing prototype

1 parent 83cbcd7f
...@@ -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 *));
......