diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-09-23 05:19:19 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-09-23 05:19:19 +0000 |
commit | dd49e2a559ec49086c1061b456c919819fc08f73 (patch) | |
tree | ec8abf5d121add0e2e584f2c7325ca178927dd27 /fetchmail.h | |
parent | 549fd99a49ad6decf6638f30e3a3be22cc1a89db (diff) | |
download | fetchmail-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.h | 2 |
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 |