[svn r34] Fixes the gmyth_stringlist getuint64 function (problems on bitwise operations).
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_ */