pop3d.h
changeset 38 058e5ad9ba79
parent 37 e3dccf824f91
parent 36 2660ed427c6c
child 41 0cb519e770ba
--- a/pop3d.h	Sun Aug 31 16:18:35 2014 +0500
+++ b/pop3d.h	Sun Aug 31 16:35:51 2014 +0500
@@ -66,7 +66,7 @@
 	}				e;
 	size_t				nmsgs;
 	size_t				sz;
-	struct msg			**msgs_index; /* random access to msgs */
+	struct msg			**msgs_index; /* random access msgs */
 	int				fd;
 };
 
@@ -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 *);
 
 /* util.c */
 void set_nonblocking(int);