summaryrefslogtreecommitdiff
path: root/pop3d.h
diff options
context:
space:
mode:
authorSunil Nimmagadda <sunil@nimmagadda.net>2014-08-27 12:46:39 +0500
committerSunil Nimmagadda <sunil@nimmagadda.net>2014-08-27 12:46:39 +0500
commitc2736fe4b58830f0ab987e4c1f0c1eadca6d7306 (patch)
tree4f6ddd1d19a781e07757e0cde71f00e56307f8f3 /pop3d.h
parent3dc10527bb9d7d8b22369260976a897222e4297c (diff)
mtype, mpath are accessible to maildrop, simplify setup parameters.
Diffstat (limited to 'pop3d.h')
-rw-r--r--pop3d.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pop3d.h b/pop3d.h
index 9d74961..09a07f6 100644
--- a/pop3d.h
+++ b/pop3d.h
@@ -156,7 +156,7 @@ int session_cmp(struct session *, struct session *);
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);