aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/vty/stats.h
diff options
context:
space:
mode:
authorJacob Erlbeck <jerlbeck@sysmocom.de>2015-10-29 00:55:58 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2015-11-02 15:39:01 +0100
commitfc9533d6c4bde795dc0e18f02f91f54ab92888a2 (patch)
tree4ef9968929667894b99a42992d0a5c63d65ae011 /include/osmocom/vty/stats.h
parentbc4f7ae512b32fa4b569dfc5242d0b7a5da3f81b (diff)
stats: Add osmo_ name prefix to identifiers
Since the the stat_item and stats functions and data types are meant to be exported, they get an osmo_ prefix. Sponsored-by: On-Waves ehf [hfreyther: Prepended the enum values too. This was requested by Jacob]
Diffstat (limited to 'include/osmocom/vty/stats.h')
-rw-r--r--include/osmocom/vty/stats.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmocom/vty/stats.h b/include/osmocom/vty/stats.h
index eaf854e5..3851b4df 100644
--- a/include/osmocom/vty/stats.h
+++ b/include/osmocom/vty/stats.h
@@ -1,3 +1,3 @@
#pragma once
-void stats_vty_add_cmds();
+void osmo_stats_vty_add_cmds();