summaryrefslogtreecommitdiff
path: root/pop3d.h
diff options
context:
space:
mode:
authorSunil Nimmagadda <sunil@sunilnimmagadda.com>2014-04-10 18:15:20 +0500
committerSunil Nimmagadda <sunil@sunilnimmagadda.com>2014-04-10 18:15:20 +0500
commite7d2df8c667cf50c80631c1faa1a7e98ffb55de6 (patch)
tree360590d9d9dc441111a68f68118e0f5b259b1b6c /pop3d.h
parent90be9f6501860a22f694ef1659bef4d9182154e8 (diff)
Since we now waitpid on WAIT_ANY, pop3_main needed return pid.
Diffstat (limited to 'pop3d.h')
-rw-r--r--pop3d.h2
1 files changed, 1 insertions, 1 deletions
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);