aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1997-09-22 20:25:34 +0000
committerEric S. Raymond <esr@thyrsus.com>1997-09-22 20:25:34 +0000
commit206e749fc33982847124b3714c2749f80e3b9407 (patch)
tree45f892c4642c9d0999bbe4aaae96bcf05e0ad7ab /fetchmail.h
parent349bb82a9c88ec849f27b42e904fecbdc159399f (diff)
downloadfetchmail-206e749fc33982847124b3714c2749f80e3b9407.tar.gz
fetchmail-206e749fc33982847124b3714c2749f80e3b9407.tar.bz2
fetchmail-206e749fc33982847124b3714c2749f80e3b9407.zip
Prevent buffer overruns.
svn path=/trunk/; revision=1384
Diffstat (limited to 'fetchmail.h')
-rw-r--r--fetchmail.h2
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 */