Removed the space between function names and the opening parenthesis.
[mmh] / h / dropsbr.h
index 2742ae6..b32d316 100644 (file)
@@ -43,13 +43,13 @@ struct drop {
 /*
 ** prototypes
 */
-int mbx_open (char *, int, uid_t, gid_t, mode_t);
-int mbx_read (FILE *, long, struct drop **, int);
+int mbx_open(char *, int, uid_t, gid_t, mode_t);
+int mbx_read(FILE *, long, struct drop **, int);
 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);
+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);