diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2000-03-21 13:23:01 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2000-03-21 13:23:01 +0000 |
commit | f85c9d8ce690267f9b767aaaf877c87099404c9d (patch) | |
tree | f28dfc80a20b61eb415dc7963535ea1136b030d9 /fetchmail.h | |
parent | 1ae9b3525fcdbf175988b927f921b442412550fe (diff) | |
download | fetchmail-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.h | 2 |
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 */ |