Sterling Hughes suggested we set 'static' before size_t...

This commit is contained in:
Daniel Stenberg 2001-05-31 05:55:42 +00:00
parent ffa7c13117
commit 4ce5fa3ea9
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ struct krb4_data {
#ifndef HAVE_STRLCPY
/* if it ever goes non-static, make it Curl_ prefixed! */
size_t static
static size_t
strlcpy (char *dst, const char *src, size_t dst_sz)
{
size_t n;