Commit 10113820 10113820054d7f08cd1de5f89a75671ae7f3bcc6 by Sam Roberts

Removed static prototype for non-existent function.

1 parent bf99501b
......@@ -41,7 +41,6 @@ volatile size_t children;
static int pop3d_mainloop __P ((int, int));
static void pop3d_daemon_init __P ((void));
static void pop3d_daemon __P ((unsigned int, unsigned int));
static void pop3d_usage __P ((char *));
const char *argp_program_version = "pop3d (" PACKAGE ") " VERSION;
const char *argp_program_bug_address = "<bug-mailutils@gnu.org>";
......