1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-06-29 16:17:46 +02:00

forgot something

This commit is contained in:
Jfreegman 2014-11-28 23:51:32 -05:00
parent 835b821b75
commit 673800c947
No known key found for this signature in database
GPG Key ID: 3627F3144076AE63

View File

@ -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;