Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
2770dcf9
...
2770dcf90acf22346e9dbd1d2bc20a530ac2ddef
authored
2003-09-18 11:14:15 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(process_cleanup): New function
1 parent
88686811
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
pop3d/pop3d.h
pop3d/pop3d.h
View file @
2770dcf
...
...
@@ -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
*
));
...
...
Please
register
or
sign in
to post a comment