diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-11-27 14:51:23 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-11-27 14:51:23 +0000 |
commit | f9103441391f9a083d718ca0ef2724640e67d5c3 (patch) | |
tree | cd1974f4175f9c4e087861b43c1411b441936c34 /fetchmail.h | |
parent | 570b125f6a2bf1e1e7eff3185afb01ca9f946549 (diff) | |
download | fetchmail-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.h | 1 |
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 */ |