summaryrefslogtreecommitdiff
path: root/libmu_scm/mu_address.c
diff options
context:
space:
mode:
Diffstat (limited to 'libmu_scm/mu_address.c')
-rw-r--r--libmu_scm/mu_address.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libmu_scm/mu_address.c b/libmu_scm/mu_address.c
index 5b5222f7d..14eaaf404 100644
--- a/libmu_scm/mu_address.c
+++ b/libmu_scm/mu_address.c
@@ -1,5 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc.
+ Copyright (C) 1999, 2000, 2001, 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
@@ -18,7 +18,7 @@
#include "mu_scm.h"
-typedef int (*address_get_fp) __P((address_t, size_t, char *, size_t, size_t *));
+typedef int (*address_get_fp) (address_t, size_t, char *, size_t, size_t *);
static SCM
_get_address_part (const char *func_name, address_get_fp fun,

Return to:

Send suggestions and report system problems to the System administrator.