X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=h%2Fdropsbr.h;h=f3270beea58045cf9d1e40d39a8b2dddb1236444;hb=cde17f8d38bf9306df4706ac2acb528a2a686a29;hp=2b21f10d696a5ab65209f180a947ce6482c07854;hpb=de448e64862babc8ea92d6ee3f61f68ba3915128;p=mmh diff --git a/h/dropsbr.h b/h/dropsbr.h index 2b21f10..f3270be 100644 --- a/h/dropsbr.h +++ b/h/dropsbr.h @@ -5,6 +5,6 @@ /* ** prototypes */ -int mbx_open(char *, uid_t, gid_t, mode_t); -int mbx_copy(char *, int, int, int); -int mbx_close(char *, int); +int mbox_open(char *, uid_t, gid_t, mode_t); +int mbox_copy(int, int); +int mbox_close(char *, int);