From 13b4a157ef192674da662553584253ae7c0f3b52 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 30 Sep 1997 18:56:52 +0000 Subject: Eliminate the "No mail" message on second and later passes. svn path=/trunk/; revision=1438 --- fetchmail.h | 1 + 1 file changed, 1 insertion(+) (limited to 'fetchmail.h') 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 */ -- cgit v1.2.3