summaryrefslogtreecommitdiffstats
path: root/crypto/heimdal/lib/roken/strlwr.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/heimdal/lib/roken/strlwr.c')
-rw-r--r--crypto/heimdal/lib/roken/strlwr.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/heimdal/lib/roken/strlwr.c b/crypto/heimdal/lib/roken/strlwr.c
index f2c6a9f..9e5e973 100644
--- a/crypto/heimdal/lib/roken/strlwr.c
+++ b/crypto/heimdal/lib/roken/strlwr.c
@@ -33,15 +33,15 @@
#ifdef HAVE_CONFIG_H
#include <config.h>
-RCSID("$Id: strlwr.c,v 1.5 2003/04/14 11:44:34 lha Exp $");
+RCSID("$Id: strlwr.c 21005 2007-06-08 01:54:35Z lha $");
#endif
#include <string.h>
#include <ctype.h>
-#include <roken.h>
+#include "roken.h"
#ifndef HAVE_STRLWR
-char *
+char * ROKEN_LIB_FUNCTION
strlwr(char *str)
{
char *s;
OpenPOWER on IntegriCloud