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 376c5f83..f9de3d20 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -237,7 +237,7 @@ int gen_transact (); #endif /* rfc822.c: RFC822 header parsing */ -void reply_hack(char *, const char *); +char *reply_hack(char *, const char *); char *nxtaddr(const char *); /* uid.c: UID support */ |