mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
libtuxtxt: remove unused fd parameter from tuxtx_main()
This commit is contained in:
@@ -5,7 +5,7 @@ int tuxtxt_init();
|
||||
void tuxtxt_close();
|
||||
void tuxtxt_start(int tpid, int source = 0); // Start caching
|
||||
int tuxtxt_stop(); // Stop caching
|
||||
int tuxtx_main(int _rc, int pid, int page = 0, int source = 0);
|
||||
int tuxtx_main(int pid, int page = 0, int source = 0);
|
||||
void tuxtx_stop_subtitle();
|
||||
int tuxtx_subtitle_running(int *pid, int *page, int *running);
|
||||
void tuxtx_pause_subtitle(bool pause = 1);
|
||||
|
Reference in New Issue
Block a user