aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-08-24 14:09:50 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-08-24 14:09:50 +0000
commitedacc32d007ba8dd0cb61f0c3daea81622a8b350 (patch)
treee81b5a5f59dd8ee9d63929eb493247764eaaeb48 /fetchmail.h
parent8ca05699193ee187e0fbad4f1dd7f97be855e07a (diff)
downloadfetchmail-edacc32d007ba8dd0cb61f0c3daea81622a8b350.tar.gz
fetchmail-edacc32d007ba8dd0cb61f0c3daea81622a8b350.tar.bz2
fetchmail-edacc32d007ba8dd0cb61f0c3daea81622a8b350.zip
Sendmail delivery from background seems to work.
svn path=/trunk/; revision=61
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