aboutsummaryrefslogtreecommitdiffstats
path: root/src/counter.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/counter.c')
-rw-r--r--src/counter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/counter.c b/src/counter.c
index cbee7b9e..dace15f3 100644
--- a/src/counter.c
+++ b/src/counter.c
@@ -75,7 +75,7 @@ int osmo_counters_for_each(int (*handle_counter)(struct osmo_counter *, void *),
/*! Counts the registered counter
* \returns amount of counters */
-int osmo_counters_count()
+int osmo_counters_count(void)
{
return llist_count(&counters);
}