1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-06-20 11:16:36 +02:00

forgot something

This commit is contained in:
Jfreegman
2014-11-28 23:51:32 -05:00
parent 835b821b75
commit 673800c947

View File

@ -76,6 +76,10 @@ struct cqueue_thread {
pthread_t tid; pthread_t tid;
}; };
struct audio_thread {
pthread_t tid;
};
struct arg_opts { struct arg_opts {
int ignore_data_file; int ignore_data_file;
int use_ipv4; int use_ipv4;