From 4d627288d68a288e50ae30d57dc6493ed94460cf Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Wed, 20 Jul 2005 13:31:28 +0000 Subject: Fix typo. svn path=/trunk/; revision=4142 --- fetchmail.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fetchmail.h') diff --git a/fetchmail.h b/fetchmail.h index af38881b..1428f8fb 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -723,7 +723,7 @@ extern char *program_name; /* strlcpy/strlcat prototypes */ #ifndef HAVE_STRLCAT size_t -strlcat(chat *dst, const char *src, size_t siz); +strlcat(char *dst, const char *src, size_t siz); #endif #ifndef HAVE_STRLCPY size_t -- cgit v1.2.3