summaryrefslogtreecommitdiff
path: root/include/mailutils/daemon.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mailutils/daemon.h')
-rw-r--r--include/mailutils/daemon.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/mailutils/daemon.h b/include/mailutils/daemon.h
index f3960ac17..57a88339c 100644
--- a/include/mailutils/daemon.h
+++ b/include/mailutils/daemon.h
@@ -1,5 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 2004 Free Software Foundation, Inc.
+ Copyright (C) 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
@@ -25,8 +25,8 @@
extern "C" {
#endif
-extern int daemon_create_pidfile __P ((const char *));
-extern void daemon_remove_pidfile __P ((void));
+extern int daemon_create_pidfile (const char *);
+extern void daemon_remove_pidfile (void);
#ifdef __cplusplus
}

Return to:

Send suggestions and report system problems to the System administrator.