summaryrefslogtreecommitdiff
path: root/pop3d.h
diff options
context:
space:
mode:
authorSunil Nimmagadda <sunil@nimmagadda.net>2014-08-31 16:35:21 +0500
committerSunil Nimmagadda <sunil@nimmagadda.net>2014-08-31 16:35:21 +0500
commit7c0a85acf1d4c71042869a1020577387d7b4096f (patch)
tree4022282572be60d688442ad53b2dee6ccdf795ad /pop3d.h
parent031a261fb6d7576b609795d6b695953ddc4ee10b (diff)
parent2bad8d69c0e76dcbeb0fccef0592822a40b17891 (diff)
Merge refactor branch.
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);