From d72e4d20ea7670685ffecf5eb72dc3bf17a75de8 Mon Sep 17 00:00:00 2001 From: Andrew Bettison Date: Tue, 3 Jul 2012 18:00:52 +0930 Subject: [PATCH] Fix compiler warnings --- serval.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/serval.h b/serval.h index 77b0b06b..b20be912 100755 --- a/serval.h +++ b/serval.h @@ -1576,6 +1576,8 @@ void rhizome_fetch_poll(struct sched_ent *alarm); void rhizome_server_poll(struct sched_ent *alarm); /* function timing routines */ +int fd_clearstats(); +int fd_showstats(); int fd_checkalarms(); int fd_func_exit(struct call_stats *this_call, struct profile_total *call_stats); int fd_func_enter(struct call_stats *this_call);