aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1998-05-22 18:35:29 +0000
committerEric S. Raymond <esr@thyrsus.com>1998-05-22 18:35:29 +0000
commit0a337ef438e4c5902171516e76666869a87747c6 (patch)
tree770b84e9a85e3f1941b7b3976f61f9b3db18c4b5 /fetchmail.h
parent36bc0ab5bf2bfd56fb7e25dfbae194703b60304e (diff)
downloadfetchmail-0a337ef438e4c5902171516e76666869a87747c6.tar.gz
fetchmail-0a337ef438e4c5902171516e76666869a87747c6.tar.bz2
fetchmail-0a337ef438e4c5902171516e76666869a87747c6.zip
Must declare cmd_idfile.
svn path=/trunk/; revision=1793
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 0155bcc0..6a9c47d1 100644
--- a/fetchmail.h
+++ b/fetchmail.h
@@ -259,6 +259,7 @@ extern flag use_invisible; /* if invisible was set */
extern flag quitmode; /* if --quit was set */
extern flag check_only; /* if --check was set */
extern char *cmd_logfile; /* if --logfile was set */
+extern char *cmd_idfile; /* if --idfile was set */
extern int cmd_daemon; /* if --daemon was set */
/* these get computed */