]> git.sesse.net Git - vlc/blobdiff - src/libvlc.h
svn:ignore
[vlc] / src / libvlc.h
index 6690caf57b634db21847666943e464b387df20ee..cbc7b1af0012b62edf14a5c74e1da91b24d02d94 100644 (file)
@@ -109,7 +109,6 @@ struct vlc_object_internals_t
     vlc_bool_t      b_thread;
 
     /* Objects thread synchronization */
-    vlc_bool_t      b_signaled;
     int             pipes[2];
     vlc_spinlock_t  spin;
 
@@ -178,4 +177,9 @@ struct module_config_t
 extern module_config_t libvlc_config[];
 extern const size_t libvlc_config_count;
 
+/*
+ * Variables stuff
+ */
+void var_OptionParse (vlc_object_t *, const char *);
+
 #endif