mirror of
https://github.com/Tha14/toxic.git
synced 2025-07-05 08:26:45 +02:00
message sending queue for fake offline messaging
This commit is contained in:
@ -71,6 +71,10 @@ struct _Winthread {
|
||||
bool flag_resize;
|
||||
};
|
||||
|
||||
struct _cqueue_thread {
|
||||
pthread_t tid;
|
||||
};
|
||||
|
||||
struct arg_opts {
|
||||
int ignore_data_file;
|
||||
int use_ipv4;
|
||||
@ -208,6 +212,7 @@ struct ChatContext {
|
||||
|
||||
struct history *hst;
|
||||
struct chatlog *log;
|
||||
struct chat_queue *cqueue;
|
||||
|
||||
#ifdef _AUDIO
|
||||
struct infobox infobox;
|
||||
|
Reference in New Issue
Block a user