From d663f702c0e4fa562783504a483dce8f362d628e Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Tue, 12 Sep 2017 00:29:28 +0200 Subject: Progression on config parsing. Change-Id: Idd8d8987ccabef381f6d79c1d508930a2d4bae3c Signed-off-by: Romain Forlot --- controller/ctl-timer.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'controller/ctl-timer.h') diff --git a/controller/ctl-timer.h b/controller/ctl-timer.h index b08299f..e1a1ef3 100644 --- a/controller/ctl-timer.h +++ b/controller/ctl-timer.h @@ -34,9 +34,9 @@ typedef struct TimerHandleS { sd_event_source *evtSource; } TimerHandleT; -PUBLIC int TimerEvtInit (void); -PUBLIC afb_event TimerEvtGet(void); -PUBLIC void TimerEvtStart(TimerHandleT *timerHandle, timerCallbackT callback, void *context); -PUBLIC void TimerEvtStop(TimerHandleT *timerHandle); +int TimerEvtInit (void); +afb_event TimerEvtGet(void); +void TimerEvtStart(TimerHandleT *timerHandle, timerCallbackT callback, void *context); +void TimerEvtStop(TimerHandleT *timerHandle); #endif // CTL_TIMER_INCLUDE -- cgit 1.2.3-korg