From 5a1dd0c605715b4324fdd08b8e1989aed8a94eb8 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 24 Jan 1997 00:37:30 +0000 Subject: Correct the interface parsing. svn path=/trunk/; revision=818 --- fetchmail.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fetchmail.h') diff --git a/fetchmail.h b/fetchmail.h index e18a7b52..18bfbe1f 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -224,7 +224,7 @@ int daemonize(const char *, void (*)(int)); int prc_parse_file(const char *); int prc_filecheck(const char *); -void interface_parse(struct hostdata *); +void interface_parse(char *, struct hostdata *); void interface_note_activity(struct hostdata *); int interface_approve(struct hostdata *); -- cgit v1.2.3