summaryrefslogtreecommitdiff
path: root/pop3d.h
diff options
context:
space:
mode:
Diffstat (limited to 'pop3d.h')
-rw-r--r--pop3d.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/pop3d.h b/pop3d.h
index fa7de0b..72f50e5 100644
--- a/pop3d.h
+++ b/pop3d.h
@@ -66,7 +66,7 @@ struct mdrop {
} 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 @@ int session_cmp(struct session *, struct session *);
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);