aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-11-27 14:51:23 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-11-27 14:51:23 +0000
commitf9103441391f9a083d718ca0ef2724640e67d5c3 (patch)
treecd1974f4175f9c4e087861b43c1411b441936c34 /fetchmail.h
parent570b125f6a2bf1e1e7eff3185afb01ca9f946549 (diff)
downloadfetchmail-f9103441391f9a083d718ca0ef2724640e67d5c3.tar.gz
fetchmail-f9103441391f9a083d718ca0ef2724640e67d5c3.tar.bz2
fetchmail-f9103441391f9a083d718ca0ef2724640e67d5c3.zip
Added `logfile' keyword to rc syntax.
svn path=/trunk/; revision=571
Diffstat (limited to 'fetchmail.h')
-rw-r--r--fetchmail.h1
1 files changed, 1 insertions, 0 deletions
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 */