aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fetchmail.h2
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