diff options
Diffstat (limited to 'fetchmail.h')
-rw-r--r-- | fetchmail.h | 3 |
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*); |