aboutsummaryrefslogtreecommitdiff
path: root/src/pth.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pth.h')
-rw-r--r--src/pth.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pth.h b/src/pth.h
index 0ede191..b748543 100644
--- a/src/pth.h
+++ b/src/pth.h
@@ -38,3 +38,4 @@ int prne_pth_poll (
pth_event_t ev);
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);
+void prne_pth_reset_timer (pth_event_t *ev, const struct timespec *ts);