From 74051b9b5865586bf4d30b9075649af838fb92bd Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 17 Jan 2013 02:27:06 +0100 Subject: units: for all unit settings that take lists, allow the empty string for resetting the lists https://bugzilla.redhat.com/show_bug.cgi?id=756787 --- src/core/timer.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/core/timer.h') diff --git a/src/core/timer.h b/src/core/timer.h index 10d3ce1116..c145348c7d 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); -- cgit v1.2.3-54-g00ecf