(process_cleanup): New function
Showing
1 changed file
with
2 additions
and
0 deletions
... | @@ -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 *)); | ... | ... |
-
Please register or sign in to post a comment