aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2005-07-20 13:31:28 +0000
committerMatthias Andree <matthias.andree@gmx.de>2005-07-20 13:31:28 +0000
commit4d627288d68a288e50ae30d57dc6493ed94460cf (patch)
tree8e65fe1a27fdb06636889b53e47e40cf050bce86
parent3920bfb591f5d76bc7d13e3600c1a7f72b0b5e09 (diff)
downloadfetchmail-4d627288d68a288e50ae30d57dc6493ed94460cf.tar.gz
fetchmail-4d627288d68a288e50ae30d57dc6493ed94460cf.tar.bz2
fetchmail-4d627288d68a288e50ae30d57dc6493ed94460cf.zip
Fix typo.
svn path=/trunk/; revision=4142
-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