From f34b0b77094710429baf281a4f567aaff526a756 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 14 Mar 2000 04:44:50 +0000 Subject: Rename idle(). svn path=/trunk/; revision=2826 --- fetchmail.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fetchmail.h') 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 *); -- cgit v1.2.3