diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2010-12-18 16:07:57 +0100 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2016-07-06 10:03:46 +0200 |
commit | 36c5075506895b66e783b76355013de66823fb3d (patch) | |
tree | 9296bc7cad0bd7fecaa90b1a0ce61bd85675c60f /fetchmail.h | |
parent | 1ae9d7bf1499cb005a52030ab4ed51a37ec81b02 (diff) | |
download | fetchmail-36c5075506895b66e783b76355013de66823fb3d.tar.gz fetchmail-36c5075506895b66e783b76355013de66823fb3d.tar.bz2 fetchmail-36c5075506895b66e783b76355013de66823fb3d.zip |
Accept more options with a running daemon.
(Cherry-picked from master's 1a92b2909610096a11d26f7a7317d32819354be3.)
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 52a1d4b9..f14d51d4 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -679,7 +679,7 @@ int do_otp(int sock, const char *command, struct query *ctl); extern char currentwd[1024], rcfiledir[1024]; struct query *hostalloc(struct query *); -int parsecmdline (int, char **, struct runctl *, struct query *); +int parsecmdline (int, char **, struct runctl *, struct query *, flag *); char *prependdir (const char *, const char *); char *MD5Digest (unsigned const char *); void hmac_md5 (const unsigned char *, size_t, const unsigned char *, size_t, unsigned char *, size_t); |