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 7e3b47f..cbe9f9b 100644
--- a/pop3d.h
+++ b/pop3d.h
@@ -143,7 +143,7 @@ struct session {
};
/* pop3e.c */
-void pop3_main(int [2], struct passwd *);
+void pop3_main(int [2], struct passwd *, const char *, const char *);
/* session.c */
void session_init(struct listener *, int, const struct sockaddr_storage *);