summaryrefslogtreecommitdiffstats
path: root/crypto/heimdal/lib/roken/strsep.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/heimdal/lib/roken/strsep.c')
-rw-r--r--crypto/heimdal/lib/roken/strsep.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/heimdal/lib/roken/strsep.c b/crypto/heimdal/lib/roken/strsep.c
index efc714a..dd191c4 100644
--- a/crypto/heimdal/lib/roken/strsep.c
+++ b/crypto/heimdal/lib/roken/strsep.c
@@ -33,7 +33,7 @@
#ifdef HAVE_CONFIG_H
#include <config.h>
-RCSID("$Id: strsep.c,v 1.3 1999/12/02 16:58:53 joda Exp $");
+RCSID("$Id: strsep.c 14773 2005-04-12 11:29:18Z lha $");
#endif
#include <string.h>
@@ -42,7 +42,7 @@ RCSID("$Id: strsep.c,v 1.3 1999/12/02 16:58:53 joda Exp $");
#ifndef HAVE_STRSEP
-char *
+char * ROKEN_LIB_FUNCTION
strsep(char **str, const char *delim)
{
char *save = *str;
OpenPOWER on IntegriCloud