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