aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2000-03-07 15:12:56 +0000
committerEric S. Raymond <esr@thyrsus.com>2000-03-07 15:12:56 +0000
commit2bc65ec7897ef5f7c025664f90b29c03eac6a4b5 (patch)
tree498e0211685c30c99c5f92748e55ac4eba28506f /fetchmail.h
parentd313f2514bb89209bd04543ee1ac3ba5865274b4 (diff)
downloadfetchmail-2bc65ec7897ef5f7c025664f90b29c03eac6a4b5.tar.gz
fetchmail-2bc65ec7897ef5f7c025664f90b29c03eac6a4b5.tar.bz2
fetchmail-2bc65ec7897ef5f7c025664f90b29c03eac6a4b5.zip
Factor out the pause code.
svn path=/trunk/; revision=2811
Diffstat (limited to 'fetchmail.h')
-rw-r--r--fetchmail.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/fetchmail.h b/fetchmail.h
index 76ec4a79..c17a1585 100644
--- a/fetchmail.h
+++ b/fetchmail.h
@@ -409,6 +409,9 @@ extern int stage;
#define XMIT_REJECT 2 /* rejected; no match */
#define XMIT_RCPTBAD 3 /* SMTP listener rejected the name */
+/* idle.c */
+int idle(int interval);
+
/* sink.c: forwarding */
int stuffline(struct query *, char *);
int open_sink(struct query*, struct msgblk *, int*, int*);