X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/0a032eea07f6d77ac6ea4d5a39c9491c34358058..ca3ecae9a9c67c1f497fed2dd6a5bc13f1ba0796:/h/dropsbr.h diff --git a/h/dropsbr.h b/h/dropsbr.h index 5005aa22..b90baa69 100644 --- a/h/dropsbr.h +++ b/h/dropsbr.h @@ -1,5 +1,4 @@ -/* - * dropsbr.h -- definitions for maildrop-style files +/* dropsbr.h -- definitions for maildrop-style files */ /* @@ -45,11 +44,8 @@ struct drop { */ int mbx_open (char *, int, uid_t, gid_t, mode_t); int mbx_read (FILE *, long, struct drop **); -int mbx_write(char *, int, FILE *, int, long, long, off_t, int, int); int mbx_copy (char *, int, int, int, int, char *, int); int mbx_size (int, off_t, off_t); int mbx_close (char *, int); -char *map_name (char *); -int map_read (char *, long, struct drop **, int); int map_write (char *, int, int, long, off_t, off_t, long, int, int); int map_chk (char *, int, struct drop *, long, int);