aboutsummaryrefslogtreecommitdiffstats
path: root/strlcpy.c
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2010-10-05 02:19:17 +0200
committerMatthias Andree <matthias.andree@gmx.de>2010-10-05 02:19:17 +0200
commitecc8edf91ce64d4c9f242fc425fe407a8acfaae6 (patch)
treeefff3e10faa0caddaaa5fdb000efc64e45ec69cd /strlcpy.c
parent33c07e0faee095585f6602d782a4fc10fbe8747a (diff)
downloadfetchmail-ecc8edf91ce64d4c9f242fc425fe407a8acfaae6.tar.gz
fetchmail-ecc8edf91ce64d4c9f242fc425fe407a8acfaae6.tar.bz2
fetchmail-ecc8edf91ce64d4c9f242fc425fe407a8acfaae6.zip
Fix prototype warnings, remove unused functions.
Diffstat (limited to 'strlcpy.c')
-rw-r--r--strlcpy.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/strlcpy.c b/strlcpy.c
index bb7d4096..5963dfe3 100644
--- a/strlcpy.c
+++ b/strlcpy.c
@@ -21,6 +21,8 @@
#include <assert.h>
#include <string.h>
+#include "fm_strl.h"
+
#ifndef HAVE_STRLCPY
/*
* Copy src to string dst of size siz. At most siz-1 characters