summaryrefslogtreecommitdiffstats
path: root/crypto/heimdal/lib/roken/strnlen.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/heimdal/lib/roken/strnlen.c')
-rw-r--r--crypto/heimdal/lib/roken/strnlen.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/heimdal/lib/roken/strnlen.c b/crypto/heimdal/lib/roken/strnlen.c
index fffb3b7..3ba61a5 100644
--- a/crypto/heimdal/lib/roken/strnlen.c
+++ b/crypto/heimdal/lib/roken/strnlen.c
@@ -33,12 +33,12 @@
#ifdef HAVE_CONFIG_H
#include <config.h>
-RCSID("$Id: strnlen.c,v 1.7 1999/12/02 16:58:53 joda Exp $");
+RCSID("$Id: strnlen.c 14773 2005-04-12 11:29:18Z lha $");
#endif
#include "roken.h"
-size_t
+size_t ROKEN_LIB_FUNCTION
strnlen(const char *s, size_t len)
{
size_t i;
OpenPOWER on IntegriCloud