summaryrefslogtreecommitdiff
path: root/source4/heimdal/lib/roken/strsep_copy.c
diff options
context:
space:
mode:
Diffstat (limited to 'source4/heimdal/lib/roken/strsep_copy.c')
-rw-r--r--source4/heimdal/lib/roken/strsep_copy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/heimdal/lib/roken/strsep_copy.c b/source4/heimdal/lib/roken/strsep_copy.c
index 908e37ca40..9624b5a46f 100644
--- a/source4/heimdal/lib/roken/strsep_copy.c
+++ b/source4/heimdal/lib/roken/strsep_copy.c
@@ -41,7 +41,7 @@
/* strsep, but with const stringp, so return string in buf */
-ssize_t ROKEN_LIB_FUNCTION
+ROKEN_LIB_FUNCTION ssize_t ROKEN_LIB_CALL
strsep_copy(const char **stringp, const char *delim, char *buf, size_t len)
{
const char *save = *stringp;