diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-01-24 00:37:30 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-01-24 00:37:30 +0000 |
commit | 5a1dd0c605715b4324fdd08b8e1989aed8a94eb8 (patch) | |
tree | 2ca5fbbae5ba23bf0be25d6796875e0c56329a2f /fetchmail.h | |
parent | c5c26b53354e99ec1cbb324e4ab6cec6aaff9e02 (diff) | |
download | fetchmail-5a1dd0c605715b4324fdd08b8e1989aed8a94eb8.tar.gz fetchmail-5a1dd0c605715b4324fdd08b8e1989aed8a94eb8.tar.bz2 fetchmail-5a1dd0c605715b4324fdd08b8e1989aed8a94eb8.zip |
Correct the interface parsing.
svn path=/trunk/; revision=818
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 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 *); |