]> git.sesse.net Git - vlc/blobdiff - include/vlc_common.h
Separate and refactor the win32 main code
[vlc] / include / vlc_common.h
index f153040465b2acd2102bc1eb976ea7555d876999..e10a96dd2b813dfa24e54af9c0c5aab625ff64bc 100644 (file)
@@ -839,7 +839,6 @@ VLC_EXPORT( char *, vlc_strcasestr, ( const char *s1, const char *s2 ) );
 #endif
 
 VLC_EXPORT( bool, vlc_ureduce, ( unsigned *, unsigned *, uint64_t, uint64_t, uint64_t ) );
-VLC_EXPORT( char **, vlc_parse_cmdline, ( const char *, int * ) );
 
 /* vlc_wraptext (defined in src/extras/libc.c) */
 #define wraptext vlc_wraptext