diff options
-rw-r--r-- | fetchmail.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |