From 36c5075506895b66e783b76355013de66823fb3d Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Sat, 18 Dec 2010 16:07:57 +0100 Subject: Accept more options with a running daemon. (Cherry-picked from master's 1a92b2909610096a11d26f7a7317d32819354be3.) --- fetchmail.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fetchmail.h') 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); -- cgit v1.2.3