summaryrefslogtreecommitdiff
path: root/sieve
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2005-08-16 11:13:32 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2005-08-16 11:13:32 +0000
commitad2a23ef65bb48246c9d3eed3e7a07f89af67f24 (patch)
tree7abb1a566e693f762bb98aa45885076a30089a49 /sieve
parentea4dcf344a94aca38ddd1b7319b1b6194c2cbbf4 (diff)
downloadmailutils-ad2a23ef65bb48246c9d3eed3e7a07f89af67f24.tar.gz
mailutils-ad2a23ef65bb48246c9d3eed3e7a07f89af67f24.tar.bz2
Remove __P() and __PMT() wrappers.
Diffstat (limited to 'sieve')
-rw-r--r--sieve/sieve.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sieve/sieve.c b/sieve/sieve.c
index cb08f9ec8..c0cdff580 100644
--- a/sieve/sieve.c
+++ b/sieve/sieve.c
@@ -1,14 +1,14 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
+ Copyright (C) 1999, 2000, 2001, 2002, 2003, 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
the Free Software Foundation; either version 2, or (at your option)
any later version.
GNU Mailutils is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
@@ -341,25 +341,25 @@ syslog_action_log (void *unused,
}
int
main (int argc, char *argv[])
{
sieve_machine_t mach;
wicket_t wicket = 0;
ticket_t ticket = 0;
mu_debug_t debug = 0;
mailbox_t mbox = 0;
int rc;
struct options opts = {0};
- int (*debugfp) __P ((mu_debug_t, size_t level, const char *, va_list));
+ int (*debugfp) (mu_debug_t, size_t level, const char *, va_list);
/* Native Language Support */
mu_init_nls ();
mu_argp_init (program_version, NULL);
#ifdef WITH_TLS
mu_tls_init_client_argp ();
#endif
sieve_argp_init ();
rc = mu_argp_parse (&argp, &argc, &argv, ARGP_IN_ORDER, sieve_argp_capa,
0, &opts);

Return to:

Send suggestions and report system problems to the System administrator.