summaryrefslogtreecommitdiff
path: root/pop3d.h
diff options
context:
space:
mode:
authorSunil Nimmagadda <sunil@sunilnimmagadda.com>2014-04-10 18:25:43 +0500
committerSunil Nimmagadda <sunil@sunilnimmagadda.com>2014-04-10 18:25:43 +0500
commitb8ce860618b3c173fb0246a723778139983220db (patch)
tree5bade539bbeac4b37e786f4a0e9e5d45657c4a03 /pop3d.h
parent89c7cc9a5e434e25bfcbd06ea633a8b411f0e6de (diff)
parentcf7e82705fd6b2a1edfa0e24f998f2eb6357d950 (diff)
pull in latest master.
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);