summaryrefslogtreecommitdiff
path: root/mailbox/auth.c
diff options
context:
space:
mode:
Diffstat (limited to 'mailbox/auth.c')
-rw-r--r--mailbox/auth.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/mailbox/auth.c b/mailbox/auth.c
index 349106726..79d0139e2 100644
--- a/mailbox/auth.c
+++ b/mailbox/auth.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
@@ -117,7 +117,7 @@ struct auth_cb
static int
try_auth (void *item, void *data)
{
- int (*authenticate) __P ((authority_t)) = item;
+ int (*authenticate) (authority_t) = item;
struct auth_cb *cb = data;
if (authenticate (cb->authority) == 0)
{
@@ -143,7 +143,7 @@ authority_authenticate (authority_t authority)
int
authority_set_authenticate (authority_t authority,
- int (*_authenticate) __P ((authority_t)),
+ int (*_authenticate) (authority_t),
void *owner)
{
if (authority == NULL)

Return to:

Send suggestions and report system problems to the System administrator.