From 9e8615ae1dbb12cbabf6908195ab3126ce964c28 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 18 May 2001 10:02:12 +0000 Subject: strlcpy() turned static --- lib/krb4.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/krb4.c b/lib/krb4.c index 3d7e530b1..a683e25e0 100644 --- a/lib/krb4.c +++ b/lib/krb4.c @@ -81,8 +81,8 @@ struct krb4_data { }; #ifndef HAVE_STRLCPY - -size_t +/* if it ever goes non-static, make it Curl_ prefixed! */ +size_t static strlcpy (char *dst, const char *src, size_t dst_sz) { size_t n; -- cgit v1.2.3