aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-10-29 16:41:35 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-10-29 16:41:35 +0000
commit8418a50671c8edb25514c4ed87b18b4515941107 (patch)
tree6c7abbf1c2359312947e5f3772aa4be70fa4e3c7 /fetchmail.h
parent840a650a4eec2f319002434dcd971af96621c758 (diff)
downloadfetchmail-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.h1
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 */