]> git.sesse.net Git - vlc/blobdiff - src/input/vlm_internal.h
Try to split the mind boggingly big vlm.c
[vlc] / src / input / vlm_internal.h
index 179e6a0d11542d6b1882ddb151792231d7f8b3c7..a751cf3f81f26a7e77b247d67715ddae334ed79b 100644 (file)
@@ -105,4 +105,9 @@ struct vlm_t
     vlm_schedule_sys_t **schedule;
 };
 
+int64_t vlm_Date(void);
+int vlm_ControlInternal( vlm_t *p_vlm, int i_query, ... );
+int ExecuteCommand( vlm_t *, const char *, vlm_message_t ** );
+void vlm_ScheduleDelete( vlm_t *vlm, vlm_schedule_sys_t *sched );
+
 #endif