summaryrefslogtreecommitdiff
path: root/pop3d.h
diff options
context:
space:
mode:
authorSunil Nimmagadda <sunil@esdenera.com>2017-01-09 15:30:35 +0500
committerSunil Nimmagadda <sunil@esdenera.com>2017-01-09 15:30:35 +0500
commit44593728dbb10317a8ec0ca60e1ca7bbb8989d98 (patch)
treea68852b6a7cb9b9800abee51a2782874df02d763 /pop3d.h
parentcccc2eb125674423d902d77a4abd6e30fd0ace67 (diff)
Provide an option to specify cert/key on commandline.
While here, document new options and fix mandoc lint warnings.
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 *);