#error You are not libvlc or one of its plugins. You cannot include this file
#endif
+#ifndef _VLC_VARIABLES_H
+#define _VLC_VARIABLES_H 1
+
/**
* \defgroup variables Variables
*
#define var_OptionParse(a,b) __var_OptionParse( VLC_OBJECT( a ) , b )
VLC_EXPORT( void, __var_OptionParse, ( vlc_object_t *, const char * ) );
+#define var_Command(a,b,c,d,e) __var_Command( VLC_OBJECT( a ), b, c, d, e )
+VLC_EXPORT( int, __var_Command, ( vlc_object_t *, const char *, const char *, const char *, char ** ) );
+
/**
* __var_Create() with automatic casting.
*/
/**
* @}
*/
-
+#endif /* _VLC_VARIABLES_H */