X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=h%2Fdropsbr.h;fp=h%2Fdropsbr.h;h=f3270beea58045cf9d1e40d39a8b2dddb1236444;hb=39d862d5f0ba0258707ef5a74cff63243f58e425;hp=c80770a482eeea2386c8698a4912ba7b9f6e9ee8;hpb=ca1023716d4c2ab890696f3e41fa0d94267a940e;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);