Fix out-of-bounds error when incorporating email from stdin
[mmh] / h / dropsbr.h
1 /*
2 ** dropsbr.h -- definitions for maildrop-style files
3 */
4
5 /*
6 ** prototypes
7 */
8 int mbox_open(char *, uid_t, gid_t, mode_t);
9 int mbox_copy(int, int);
10 int mbox_close(char *, int);