projects
/
mmh
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Use execprog() instead of system() ... partly transition
[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);