Commit 8e18f5c6 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Try to split the mind boggingly big vlm.c

parent 5ab3b814
...@@ -371,6 +371,7 @@ SOURCES_libvlc_common = \ ...@@ -371,6 +371,7 @@ SOURCES_libvlc_common = \
SOURCES_libvlc_sout = \ SOURCES_libvlc_sout = \
input/vlm.c \ input/vlm.c \
input/vlmshell.c \
stream_output/stream_output.c \ stream_output/stream_output.c \
stream_output/stream_output.h \ stream_output/stream_output.h \
stream_output/announce.c \ stream_output/announce.c \
......
This diff is collapsed.
...@@ -105,4 +105,9 @@ struct vlm_t ...@@ -105,4 +105,9 @@ struct vlm_t
vlm_schedule_sys_t **schedule; 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 #endif
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment