]> diplodocus.org Git - nmh/blobdiff - h/dropsbr.h
Remove unused NCWD and NPWD #defines.
[nmh] / h / dropsbr.h
index 5a84ae1a42017755eac0e52a1bede87e90bcc3c3..685055aae4752f9caefcbfe1b59d36824fb8269b 100644 (file)
@@ -45,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);