From f9103441391f9a083d718ca0ef2724640e67d5c3 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 27 Nov 1996 14:51:23 +0000 Subject: Added `logfile' keyword to rc syntax. svn path=/trunk/; revision=571 --- fetchmail.h | 1 + 1 file changed, 1 insertion(+) (limited to 'fetchmail.h') diff --git a/fetchmail.h b/fetchmail.h index 3765f6f3..451b3234 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -142,6 +142,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 cmd_batchlimit; /* if --batchlimit was set */ +extern char *cmd_logfile; /* if --logfile was set */ /* these get computed */ extern int batchlimit; /* if --batchlimit was set */ -- cgit v1.2.3