From 4cf99da5da3d1e2d54cf2ac81c0dfd5bf94ca98a Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 8 Nov 1996 05:38:41 +0000 Subject: Implement batchlimit option. svn path=/trunk/; revision=503 --- fetchmail.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'fetchmail.h') diff --git a/fetchmail.h b/fetchmail.h index 3b0973fc..49fa1ee1 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -138,6 +138,7 @@ extern int nodetach; /* if TRUE, don't detach daemon process */ extern char *logfile; /* log file for daemon mode */ extern int quitmode; /* if --quit was set */ extern int check_only; /* if --check was set */ +extern int batchlimit; /* if --batchlimit was set */ /* miscellaneous global controls */ extern char *rcfile; /* path name of rc file */ @@ -196,7 +197,7 @@ char *getpassword(char *); void escapes(const char *, char *); -void yyerror(const char *); +void yyerror(char *); int yylex(); #else -- cgit v1.2.3