From 2ee13e893f47c7e4dc5575716fb6fd4e546b4513 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Wed, 3 Sep 2008 22:45:23 +0300 Subject: [PATCH] strsep does not need to be exported for now --- include/vlc_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/vlc_common.h b/include/vlc_common.h index 66550db4ff..65158d0412 100644 --- a/include/vlc_common.h +++ b/include/vlc_common.h @@ -755,7 +755,7 @@ VLC_EXPORT( size_t, vlc_strlcpy, ( char *, const char *, size_t ) ); VLC_EXPORT( long long, vlc_strtoll, ( const char *nptr, char **endptr, int base ) ); VLC_EXPORT( char *, vlc_strcasestr, ( const char *s1, const char *s2 ) ); -VLC_EXPORT( char *, vlc_strsep, ( char **, const char * ) ); +char *vlc_strsep( char **, const char * ); #if defined(WIN32) || defined(UNDER_CE) /* win32, cl and icl support */ -- 2.39.2