summaryrefslogtreecommitdiff
path: root/mailbox/mbox/mbox0.h
diff options
context:
space:
mode:
Diffstat (limited to 'mailbox/mbox/mbox0.h')
-rw-r--r--mailbox/mbox/mbox0.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/mailbox/mbox/mbox0.h b/mailbox/mbox/mbox0.h
index 1902a82cd..6c41f7999 100644
--- a/mailbox/mbox/mbox0.h
+++ b/mailbox/mbox/mbox0.h
@@ -1,5 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 2003 Free Software Foundation, Inc.
+ Copyright (C) 2003, 2005 Free Software Foundation, Inc.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
@@ -142,8 +142,7 @@ struct _mbox_data
mailbox_t mailbox; /* Back pointer. */
};
-int mbox_scan0 __P((mailbox_t mailbox, size_t msgno, size_t *pcount,
- int do_notif));
+int mbox_scan0 (mailbox_t mailbox, size_t msgno, size_t *pcount, int do_notif);
#ifdef WITH_PTHREAD
-void mbox_cleanup __P((void *arg));
+void mbox_cleanup (void *arg);
#endif

Return to:

Send suggestions and report system problems to the System administrator.