From 44593728dbb10317a8ec0ca60e1ca7bbb8989d98 Mon Sep 17 00:00:00 2001 From: Sunil Nimmagadda Date: Mon, 9 Jan 2017 15:30:35 +0500 Subject: Provide an option to specify cert/key on commandline. While here, document new options and fix mandoc lint warnings. --- pop3d.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pop3d.h') 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 *); -- cgit v1.2.3