aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2000-03-21 13:23:01 +0000
committerEric S. Raymond <esr@thyrsus.com>2000-03-21 13:23:01 +0000
commitf85c9d8ce690267f9b767aaaf877c87099404c9d (patch)
treef28dfc80a20b61eb415dc7963535ea1136b030d9 /fetchmail.h
parent1ae9b3525fcdbf175988b927f921b442412550fe (diff)
downloadfetchmail-f85c9d8ce690267f9b767aaaf877c87099404c9d.tar.gz
fetchmail-f85c9d8ce690267f9b767aaaf877c87099404c9d.tar.bz2
fetchmail-f85c9d8ce690267f9b767aaaf877c87099404c9d.zip
Attempt to fix IDLE.
svn path=/trunk/; revision=2831
Diffstat (limited to 'fetchmail.h')
-rw-r--r--fetchmail.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/fetchmail.h b/fetchmail.h
index d469d3c2..605c469b 100644
--- a/fetchmail.h
+++ b/fetchmail.h
@@ -404,6 +404,8 @@ extern int phase;
#define STAGE_LOGOUT 4
extern int stage;
+extern int mytimeout;
+
/* mark values for name lists */
#define XMIT_ACCEPT 1 /* accepted; matches local domain or name */
#define XMIT_REJECT 2 /* rejected; no match */