aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/core/counter.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocom/core/counter.h')
-rw-r--r--include/osmocom/core/counter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmocom/core/counter.h b/include/osmocom/core/counter.h
index 0d56bc4a..7b677cb1 100644
--- a/include/osmocom/core/counter.h
+++ b/include/osmocom/core/counter.h
@@ -52,7 +52,7 @@ void osmo_counter_free(struct osmo_counter *ctr)
int osmo_counters_for_each(int (*handle_counter)(struct osmo_counter *, void *), void *data);
-int osmo_counters_count();
+int osmo_counters_count(void);
struct osmo_counter *osmo_counter_get_by_name(const char *name);