X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=h%2Fdropsbr.h;h=f3270beea58045cf9d1e40d39a8b2dddb1236444;hb=b8f8417b741561bdc88dbfdfe577ec66630aef7f;hp=c80770a482eeea2386c8698a4912ba7b9f6e9ee8;hpb=ef1216bc36bd48ceb7549ae76aa7c26e3be4d9e4;p=mmh diff --git a/h/dropsbr.h b/h/dropsbr.h index c80770a..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(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);