pop3d.h
changeset 32 efb124b66dbd
parent 31 c1bdfc1a9800
child 36 2660ed427c6c
--- a/pop3d.h	Wed Aug 27 11:50:11 2014 +0500
+++ b/pop3d.h	Wed Aug 27 12:47:09 2014 +0500
@@ -156,7 +156,7 @@
 SPLAY_PROTOTYPE(session_tree, session, entry, session_cmp);
 
 /* maildrop.c */
-pid_t maildrop_setup(uint32_t, int [2], struct passwd *, int, const char *);
+pid_t maildrop_setup(uint32_t, int [2], struct passwd *);
 
 /* util.c */
 void set_nonblocking(int);