summaryrefslogtreecommitdiff
path: root/mailbox/include/envelope0.h
diff options
context:
space:
mode:
Diffstat (limited to 'mailbox/include/envelope0.h')
-rw-r--r--mailbox/include/envelope0.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/mailbox/include/envelope0.h b/mailbox/include/envelope0.h
index e1f0b2b79..b13ab8313 100644
--- a/mailbox/include/envelope0.h
+++ b/mailbox/include/envelope0.h
@@ -1,5 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 1999, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1999, 2000, 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
@@ -32,9 +32,9 @@ extern "C" {
struct _envelope
{
void *owner;
- int (*_destroy) __P ((envelope_t));
- int (*_sender) __P ((envelope_t, char *, size_t, size_t*));
- int (*_date) __P ((envelope_t, char *, size_t , size_t *));
+ int (*_destroy) (envelope_t);
+ int (*_sender) (envelope_t, char *, size_t, size_t*);
+ int (*_date) (envelope_t, char *, size_t , size_t *);
};
#endif /* _ENVELOPE0_H */

Return to:

Send suggestions and report system problems to the System administrator.