diff options
Diffstat (limited to 'fetchmail.h')
-rw-r--r-- | fetchmail.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fetchmail.h b/fetchmail.h index 49fa1ee1..785d7e17 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -139,6 +139,7 @@ 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 */ +extern int batchcount; /* count of messages sent in current batch */ /* miscellaneous global controls */ extern char *rcfile; /* path name of rc file */ |