From e7d2df8c667cf50c80631c1faa1a7e98ffb55de6 Mon Sep 17 00:00:00 2001 From: Sunil Nimmagadda Date: Thu, 10 Apr 2014 18:15:20 +0500 Subject: Since we now waitpid on WAIT_ANY, pop3_main needed return pid. --- pop3d.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pop3d.h') diff --git a/pop3d.h b/pop3d.h index 5697dbb..d2b29d0 100644 --- a/pop3d.h +++ b/pop3d.h @@ -144,7 +144,7 @@ struct session { }; /* pop3e.c */ -pid_t pop3_main(int [2], struct passwd *); +void pop3_main(int [2], struct passwd *); /* session.c */ void session_init(struct listener *, int); -- cgit v1.2.3