summaryrefslogtreecommitdiff
path: root/pop3d.h
diff options
context:
space:
mode:
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);