diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-10-08 20:23:21 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-10-08 20:23:21 +0000 |
commit | 74b10ad53f67646209561548fe0b4acfc1f22690 (patch) | |
tree | 5f4fea03c6a807c3b1d2ec5737cf0d78ff158358 /fetchmail.h | |
parent | 8189282e30abc8e82edafa0031b236ff654f08d9 (diff) | |
download | fetchmail-74b10ad53f67646209561548fe0b4acfc1f22690.tar.gz fetchmail-74b10ad53f67646209561548fe0b4acfc1f22690.tar.bz2 fetchmail-74b10ad53f67646209561548fe0b4acfc1f22690.zip |
Added the --invisible option.
svn path=/trunk/; revision=1492
Diffstat (limited to 'fetchmail.h')
-rw-r--r-- | fetchmail.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fetchmail.h b/fetchmail.h index 89891d54..4d35dded 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -203,7 +203,8 @@ extern int yydebug; /* enable parse debugging */ extern int poll_interval; /* poll interval in seconds */ extern flag nodetach; /* if TRUE, don't detach daemon process */ extern char *logfile; /* log file for daemon mode */ -extern flag use_syslog; /* if --syslog was set */ +extern flag use_syslog; /* if syslog was set */ +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 */ |