X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=h%2Fdropsbr.h;h=f3270beea58045cf9d1e40d39a8b2dddb1236444;hb=6ee8839fd9f57c6c97fa7e6e0d142d06c5ba09c3;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);