diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2005-07-20 13:31:28 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2005-07-20 13:31:28 +0000 |
commit | 4d627288d68a288e50ae30d57dc6493ed94460cf (patch) | |
tree | 8e65fe1a27fdb06636889b53e47e40cf050bce86 /fetchmail.h | |
parent | 3920bfb591f5d76bc7d13e3600c1a7f72b0b5e09 (diff) | |
download | fetchmail-4d627288d68a288e50ae30d57dc6493ed94460cf.tar.gz fetchmail-4d627288d68a288e50ae30d57dc6493ed94460cf.tar.bz2 fetchmail-4d627288d68a288e50ae30d57dc6493ed94460cf.zip |
Fix typo.
svn path=/trunk/; revision=4142
Diffstat (limited to 'fetchmail.h')
-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 |