From 7193299b2407a4ff6cea4c25a217857ace27f1e7 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Mon, 19 Jul 2004 17:49:09 +0000 Subject: Miscellaneous fixes (lost track). --- src/compat.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/compat.h') diff --git a/src/compat.h b/src/compat.h index 0690bfc..98ebade 100644 --- a/src/compat.h +++ b/src/compat.h @@ -77,11 +77,11 @@ char* strupr(char* s); #endif #ifndef HAVE_STRLCAT -void strlcat(char *dst, const char *src, size_t size); +size_t strlcat(char *dst, const char *src, size_t size); #endif #ifndef HAVE_STRLCPY -void strlcpy(char *dst, const char *src, size_t size); +size_t strlcpy(char *dst, const char *src, size_t size); #endif #endif /* _COMPAT_H_ */ -- cgit v1.2.3