mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-13 05:03:02 +01:00
forgot something
This commit is contained in:
parent
835b821b75
commit
673800c947
@ -76,6 +76,10 @@ struct cqueue_thread {
|
||||
pthread_t tid;
|
||||
};
|
||||
|
||||
struct audio_thread {
|
||||
pthread_t tid;
|
||||
};
|
||||
|
||||
struct arg_opts {
|
||||
int ignore_data_file;
|
||||
int use_ipv4;
|
||||
|
Loading…
Reference in New Issue
Block a user