Commit 2770dcf9 2770dcf90acf22346e9dbd1d2bc20a530ac2ddef by Sergey Poznyakoff

(process_cleanup): New function

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