summaryrefslogtreecommitdiff
path: root/pceplib/pcep_timers.c
diff options
context:
space:
mode:
Diffstat (limited to 'pceplib/pcep_timers.c')
-rw-r--r--pceplib/pcep_timers.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pceplib/pcep_timers.c b/pceplib/pcep_timers.c
index b0f3e70b50..61fda16363 100644
--- a/pceplib/pcep_timers.c
+++ b/pceplib/pcep_timers.c
@@ -197,7 +197,7 @@ void free_all_timers(pcep_timers_context *timers_context)
}
-bool teardown_timers()
+bool teardown_timers(void)
{
if (timers_context_ == NULL) {
pcep_log(
@@ -252,7 +252,7 @@ bool teardown_timers()
}
-int get_next_timer_id()
+int get_next_timer_id(void)
{
if (timer_id_ == INT_MAX) {
timer_id_ = 0;