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 91c6bbf6..17dbeb22 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -209,6 +209,7 @@ extern flag versioninfo; /* emit only version info */ extern char *user; /* name of invoking user */ extern char *home; /* home directory of invoking user */ extern char *fetchmailhost; /* the name of the host running fetchmail */ +extern int pass; /* number of re-polling pass */ /* prototypes for globally callable functions */ |