aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-09-23 05:19:19 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-09-23 05:19:19 +0000
commitdd49e2a559ec49086c1061b456c919819fc08f73 (patch)
treeec8abf5d121add0e2e584f2c7325ca178927dd27 /fetchmail.h
parent549fd99a49ad6decf6638f30e3a3be22cc1a89db (diff)
downloadfetchmail-dd49e2a559ec49086c1061b456c919819fc08f73.tar.gz
fetchmail-dd49e2a559ec49086c1061b456c919819fc08f73.tar.bz2
fetchmail-dd49e2a559ec49086c1061b456c919819fc08f73.zip
Add code to copy command line, so appending servers doesn't stomp on
the environment space. svn path=/trunk/; revision=104
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 43d34868..7bfb1921 100644
--- a/fetchmail.h
+++ b/fetchmail.h
@@ -131,7 +131,7 @@ int closeuserfolder (int);
int openmailpipe (struct hostrec *);
int closemailpipe (int);
char *MD5Digest (char *);
-void append_server_names(int *, char **);
+void append_server_names(int *, char **, int);
int daemonize(const char *, void (*)(int));
#else