1
0
mirror of https://github.com/Tha14/toxic.git synced 2026-01-26 21:23:14 +01:00

use pthread for mplex detach polling for better portability

This commit is contained in:
Jfreegman
2015-03-11 18:38:07 -04:00
parent 0c39e7b158
commit 442d9e22b4
4 changed files with 77 additions and 70 deletions

View File

@@ -27,6 +27,9 @@
yes, it initializes a timer which periodically checks the attached/detached
state of the terminal and updates away status accordingly.
*/
void init_mplex_away_timer (Tox *m);
int init_mplex_away_timer (Tox *m);
void lock_status ();
void unlock_status ();
#endif /* #define TERM_MPLEX_H */