aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
Diffstat (limited to 'fetchmail.h')
-rw-r--r--fetchmail.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmail.h b/fetchmail.h
index 5d071bb2..a65e3773 100644
--- a/fetchmail.h
+++ b/fetchmail.h
@@ -104,7 +104,7 @@ int closemailpipe (int);
char *MD5Digest (char *);
void reply_hack(char *, const char *);
void append_server_names(int *, char **);
-int daemonize(const char *, void (*)(void));
+int daemonize(const char *, void (*)(int));
#else