[vlc-devel] commit: strsep does not need to be exported for now ( Rémi Denis-Courmont )

git version control git at videolan.org
Wed Sep 3 21:43:11 CEST 2008


vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Wed Sep  3 22:45:23 2008 +0300| [2ee13e893f47c7e4dc5575716fb6fd4e546b4513] | committer: Rémi Denis-Courmont 

strsep does not need to be exported for now

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2ee13e893f47c7e4dc5575716fb6fd4e546b4513
---

 include/vlc_common.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/vlc_common.h b/include/vlc_common.h
index 66550db..65158d0 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 */




More information about the vlc-devel mailing list