From 2bc65ec7897ef5f7c025664f90b29c03eac6a4b5 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 7 Mar 2000 15:12:56 +0000 Subject: Factor out the pause code. svn path=/trunk/; revision=2811 --- fetchmail.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'fetchmail.h') 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*); -- cgit v1.2.3