Commit fdcf0b75 fdcf0b75174a37787d6e8761de53c5c19cc5acfc by Sergey Poznyakoff

(pop3d_outf): New prototype.

1 parent 71604f12
......@@ -198,6 +198,7 @@ extern int pop3d_touchlock __P ((void));
extern int pop3d_uidl __P ((const char *));
extern int pop3d_user __P ((const char *));
extern int pop3d_unlock __P ((void));
extern void pop3d_outf __P ((const char *fmt, ...));
extern struct passwd * getpwnam_ip_virtual __P ((const char *u));
extern struct passwd * getpwnam_host_virtual __P ((const char *u));
......