diff options
Diffstat (limited to 'fetchmail.h')
-rw-r--r-- | fetchmail.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmail.h b/fetchmail.h index c17a1585..fa38c73e 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -410,7 +410,7 @@ extern int stage; #define XMIT_RCPTBAD 3 /* SMTP listener rejected the name */ /* idle.c */ -int idle(int interval); +int interruptible_idle(int interval); /* sink.c: forwarding */ int stuffline(struct query *, char *); |