X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=h%2Fdropsbr.h;h=f3270beea58045cf9d1e40d39a8b2dddb1236444;hb=1794d729c1c4b0de8f2e72b5096539c52ee6b74f;hp=2349dbbdd3788c1330b3645a5de0155c272ae4bd;hpb=3916ab66ad5d183705ac12357621ea8661afd3c0;p=mmh diff --git a/h/dropsbr.h b/h/dropsbr.h index 2349dbb..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, char *, 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);