aboutsummaryrefslogtreecommitdiff
path: root/src/pth.h
diff options
context:
space:
mode:
authorDavid Timber <mieabby@gmail.com>2020-09-02 14:37:35 +0930
committerDavid Timber <mieabby@gmail.com>2020-09-02 14:37:35 +0930
commitf4f959f7842cd9b28500fcd7f506493606376db5 (patch)
treec9ce44e2c67ecb36057fee0087a9acdbe2915cca /src/pth.h
parenta983b5ee3fe0e426a974bc2426e65604177b5f3b (diff)
Impl: PRNE_HTBT_OP_HOVER
Diffstat (limited to 'src/pth.h')
-rw-r--r--src/pth.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pth.h b/src/pth.h
index ee6901b..3b0d708 100644
--- a/src/pth.h
+++ b/src/pth.h
@@ -25,5 +25,5 @@ void prne_init_worker (prne_worker_t *w);
void prne_free_worker (prne_worker_t *w);
void prne_fin_worker (prne_worker_t *w);
-bool prne_pth_cv_notify (pth_mutex_t *lock, pth_cond_t *cond, bool broadcast);
+void prne_pth_cv_notify (pth_mutex_t *lock, pth_cond_t *cond, bool broadcast);
pth_time_t prne_pth_tstimeout (const struct timespec ts);