]> diplodocus.org Git - nmh/blobdiff - h/dropsbr.h
Makefile.am: Alter long lists to be sorted, one entry per line.
[nmh] / h / dropsbr.h
index 146a63bf5c1277aa12845c3d62e7f7f948b1709b..c5882dd444b1a05a03b2e9d0c8a801b79e708c0b 100644 (file)
@@ -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);
-