2b21f10d696a5ab65209f180a947ce6482c07854
[mmh] / h / dropsbr.h
1 /*
2 ** dropsbr.h -- definitions for maildrop-style files
3 */
4
5 /*
6 ** prototypes
7 */
8 int mbx_open(char *, uid_t, gid_t, mode_t);
9 int mbx_copy(char *, int, int, int);
10 int mbx_close(char *, int);