X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/1691e80890e5d8ba258c51c214a3e91880e1db2b..4ac978448:/h/dropsbr.h?ds=sidebyside diff --git a/h/dropsbr.h b/h/dropsbr.h index 146a63bf..685055aa 100644 --- a/h/dropsbr.h +++ b/h/dropsbr.h @@ -1,8 +1,6 @@ /* * dropsbr.h -- definitions for maildrop-style files - * - * $Id$ */ /* @@ -47,7 +45,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);