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