[svn r30] Some fixes to the string list - append_uint64 couldn't put the right MythTV offset format.
1 #ifndef MMYTH_VIDEOPLAYER_H_
2 #define MMYTH_VIDEOPLAYER_H_
6 void mmyth_player_init (MMythUi * mmyth_ui);
7 void mmyth_player_stop (MMythUi * mmyth_ui);
9 void mmyth_play_channel (MMythUi * mmyth_ui, gint service_id);
12 #endif /* MMYTH_VIDEOPLAYER_H_ */