(pop3d_outf): New prototype.
Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -198,6 +198,7 @@ extern int pop3d_touchlock __P ((void)); | ... | @@ -198,6 +198,7 @@ extern int pop3d_touchlock __P ((void)); |
198 | extern int pop3d_uidl __P ((const char *)); | 198 | extern int pop3d_uidl __P ((const char *)); |
199 | extern int pop3d_user __P ((const char *)); | 199 | extern int pop3d_user __P ((const char *)); |
200 | extern int pop3d_unlock __P ((void)); | 200 | extern int pop3d_unlock __P ((void)); |
201 | extern void pop3d_outf __P ((const char *fmt, ...)); | ||
201 | 202 | ||
202 | extern struct passwd * getpwnam_ip_virtual __P ((const char *u)); | 203 | extern struct passwd * getpwnam_ip_virtual __P ((const char *u)); |
203 | extern struct passwd * getpwnam_host_virtual __P ((const char *u)); | 204 | extern struct passwd * getpwnam_host_virtual __P ((const char *u)); | ... | ... |
-
Please register or sign in to post a comment