aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/timer.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2009-10-22 15:39:37 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2009-10-22 15:39:37 +0200
commit65fb0fda9d8c3de42ad86283b076c5a96763ed96 (patch)
treeb6b9532602dd990ca0ff4ba3f67332e91bff5b5d /openbsc/include/openbsc/timer.h
parent2657abfe354bc548f2c90be2a627d927137cf1c8 (diff)
Forward declare methods to fix compiler warnings
Put the used method in the header files or use extern in the case of a vty method used by token_auth
Diffstat (limited to 'openbsc/include/openbsc/timer.h')
-rw-r--r--openbsc/include/openbsc/timer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/timer.h b/openbsc/include/openbsc/timer.h
index ae67a5a1a..a1ad92cfc 100644
--- a/openbsc/include/openbsc/timer.h
+++ b/openbsc/include/openbsc/timer.h
@@ -67,5 +67,6 @@ int bsc_timer_pending(struct timer_list *timer);
struct timeval *bsc_nearest_timer();
void bsc_prepare_timers();
int bsc_update_timers();
+int bsc_timer_check(void);
#endif