summaryrefslogtreecommitdiff
path: root/mailbox/include/observer0.h
diff options
context:
space:
mode:
Diffstat (limited to 'mailbox/include/observer0.h')
-rw-r--r--mailbox/include/observer0.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/mailbox/include/observer0.h b/mailbox/include/observer0.h
index 192301e62..60c08c851 100644
--- a/mailbox/include/observer0.h
+++ b/mailbox/include/observer0.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
@@ -33,8 +33,8 @@ struct _observer
{
int flags;
void *owner;
- int (*_action) __P ((observer_t, size_t));
- int (*_destroy) __P ((observer_t));
+ int (*_action) (observer_t, size_t);
+ int (*_destroy) (observer_t);
};
struct _observable

Return to:

Send suggestions and report system problems to the System administrator.