Commit 2770dcf9 2770dcf90acf22346e9dbd1d2bc20a530ac2ddef by Sergey Poznyakoff

(process_cleanup): New function

1 parent 88686811
......@@ -201,6 +201,8 @@ extern int pop3d_noop __P ((const char *));
extern int pop3d_quit __P ((const char *));
extern int pop3d_retr __P ((const char *));
extern int pop3d_rset __P ((const char *));
extern void process_cleanup __P ((void));
extern RETSIGTYPE pop3d_sigchld __P ((int));
extern RETSIGTYPE pop3d_signal __P ((int));
extern int pop3d_stat __P ((const char *));
......