mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-21 18:01:15 +00:00
[qwaq] Make qwaq_cond_init public
This commit is contained in:
parent
baff891345
commit
60f9f4815a
2 changed files with 2 additions and 1 deletions
|
@ -1862,7 +1862,7 @@ qwaq_print (const char *fmt, va_list args)
|
|||
fflush (logfile);
|
||||
}
|
||||
|
||||
static void
|
||||
void
|
||||
qwaq_init_cond (rwcond_t *cond)
|
||||
{
|
||||
pthread_cond_init (&cond->rcond, 0);
|
||||
|
|
|
@ -202,6 +202,7 @@ void qwaq_input_init (qwaq_resources_t *res);
|
|||
void qwaq_input_shutdown (qwaq_resources_t *res);
|
||||
void qwaq_process_input (qwaq_resources_t *res);
|
||||
void qwaq_init_timeout (struct timespec *timeout, long time);
|
||||
void qwaq_init_cond (rwcond_t *cond);
|
||||
#endif
|
||||
|
||||
#endif//__qwaq_curses_h
|
||||
|
|
Loading…
Reference in a new issue