X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/1691e80890e5d8ba258c51c214a3e91880e1db2b..665dfc96:/h/dropsbr.h?ds=sidebyside diff --git a/h/dropsbr.h b/h/dropsbr.h index 146a63bf..c5882dd4 100644 --- a/h/dropsbr.h +++ b/h/dropsbr.h @@ -1,8 +1,4 @@ - -/* - * dropsbr.h -- definitions for maildrop-style files - * - * $Id$ +/* dropsbr.h -- definitions for maildrop-style files */ /* @@ -47,7 +43,7 @@ struct drop { * prototypes */ int mbx_open (char *, int, uid_t, gid_t, mode_t); -int mbx_read (FILE *, long, struct drop **, int); +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); @@ -56,4 +52,3 @@ 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); -