aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-10-09 16:10:58 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-10-09 16:10:58 +0000
commit15722ba3948b9c8b86eca5c43fcb590305d83865 (patch)
tree93fb646bc492bd7fcb3e73ea62c4fa17e72ee68d /fetchmail.h
parent1413fd46bcbd4a05c3e46113fbd7ae11b3d4a40a (diff)
downloadfetchmail-15722ba3948b9c8b86eca5c43fcb590305d83865.tar.gz
fetchmail-15722ba3948b9c8b86eca5c43fcb590305d83865.tar.bz2
fetchmail-15722ba3948b9c8b86eca5c43fcb590305d83865.zip
Put timeout default in configuration file.
svn path=/trunk/; revision=261
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 ef9d8b55..364c8bf9 100644
--- a/fetchmail.h
+++ b/fetchmail.h
@@ -142,5 +142,7 @@ void optmerge();
#endif
+void alarm_handler();
+
#define FALSE 0
#define TRUE 1