diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-10-29 16:41:35 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-10-29 16:41:35 +0000 |
commit | 8418a50671c8edb25514c4ed87b18b4515941107 (patch) | |
tree | 6c7abbf1c2359312947e5f3772aa4be70fa4e3c7 /fetchmail.h | |
parent | 840a650a4eec2f319002434dcd971af96621c758 (diff) | |
download | fetchmail-8418a50671c8edb25514c4ed87b18b4515941107.tar.gz fetchmail-8418a50671c8edb25514c4ed87b18b4515941107.tar.bz2 fetchmail-8418a50671c8edb25514c4ed87b18b4515941107.zip |
Added -n, --nodetach option.
svn path=/trunk/; revision=418
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 4022f625..42d9ffc3 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -134,6 +134,7 @@ extern int yydebug; /* enable parse debugging */ /* daemon mode control */ extern int poll_interval; /* poll interval in seconds */ +extern int nodetach; /* if TRUE, don't detach daemon process */ extern char *logfile; /* log file for daemon mode */ extern int quitmode; /* if --quit was set */ extern int check_only; /* if --check was set */ |