summaryrefslogtreecommitdiff
path: root/mailbox/property.c
diff options
context:
space:
mode:
Diffstat (limited to 'mailbox/property.c')
-rw-r--r--mailbox/property.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/mailbox/property.c b/mailbox/property.c
index 9154e3402..7e72e82d1 100644
--- a/mailbox/property.c
+++ b/mailbox/property.c
@@ -1,5 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 1999, 2000, 2001, 2004 Free Software Foundation, Inc.
+ Copyright (C) 1999, 2000, 2001, 2004, 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
@@ -29,8 +29,7 @@
#undef min
#define min(a,b) ((a) < (b) ? (a) : (b))
-static int property_find __P ((property_t, const char *,
- struct property_item **));
+static int property_find (property_t, const char *, struct property_item **);
int
property_create (property_t *pp, void *owner)

Return to:

Send suggestions and report system problems to the System administrator.