summaryrefslogtreecommitdiff
path: root/mail.local/mail.local.h
diff options
context:
space:
mode:
Diffstat (limited to 'mail.local/mail.local.h')
-rw-r--r--mail.local/mail.local.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/mail.local/mail.local.h b/mail.local/mail.local.h
index 2e49c1600..829fa78cf 100644
--- a/mail.local/mail.local.h
+++ b/mail.local/mail.local.h
@@ -1,5 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
+ Copyright (C) 1999, 2000, 2001, 2002, 2005 Free Software Foundation, Inc.
GNU Mailutils is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -105,12 +105,12 @@ extern char *quotadbname;
extern char *quota_query;
extern int exit_code;
-extern void setgroupquota __P((char *str));
-extern int check_quota __P((char *name, size_t size, size_t *rest));
+extern void setgroupquota (char *str);
+extern int check_quota (char *name, size_t size, size_t *rest);
-int mda __P((mailbox_t mbx, char *username));
-int switch_user_id __P((struct mu_auth_data *auth, int user));
-void mailer_err __P((char *fmt, ...));
+int mda (mailbox_t mbx, char *username);
+int switch_user_id (struct mu_auth_data *auth, int user);
+void mailer_err (char *fmt, ...);
#ifdef WITH_GUILE
struct mda_data

Return to:

Send suggestions and report system problems to the System administrator.