summaryrefslogtreecommitdiff
path: root/src/core/timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/timer.h')
-rw-r--r--src/core/timer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/timer.h b/src/core/timer.h
index 10d3ce111..c145348c7 100644
--- a/src/core/timer.h
+++ b/src/core/timer.h
@@ -84,6 +84,8 @@ struct Timer {
void timer_unit_notify(Unit *u, UnitActiveState new_state);
+void timer_free_values(Timer *t);
+
extern const UnitVTable timer_vtable;
const char *timer_state_to_string(TimerState i);