diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-03-13 09:37:46 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-03-13 09:37:46 +0000 |
commit | fde28f60a7cc6f1cac487b0365e2a2be1fb59f49 (patch) | |
tree | 691cea2ead6a4d5319d5fd0af2a5d156e3edb474 /fetchmail.h | |
parent | 87ad588dd2a76dde9de03681f4c4ec63d789abe2 (diff) | |
download | fetchmail-fde28f60a7cc6f1cac487b0365e2a2be1fb59f49.tar.gz fetchmail-fde28f60a7cc6f1cac487b0365e2a2be1fb59f49.tar.bz2 fetchmail-fde28f60a7cc6f1cac487b0365e2a2be1fb59f49.zip |
Added `set daemon'.
svn path=/trunk/; revision=930
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 f1edb8d7..e2720cbc 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -167,6 +167,7 @@ extern int use_syslog; /* if --syslog was set */ extern int quitmode; /* if --quit was set */ extern int check_only; /* if --check was set */ extern char *cmd_logfile; /* if --logfile was set */ +extern int cmd_daemon; /* if --daemon was set */ /* these get computed */ extern int batchcount; /* count of messages sent in current batch */ |