summaryrefslogtreecommitdiffstats
path: root/Src/osmocombb/src/shared/libosmocore/include/osmocom/vty/misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'Src/osmocombb/src/shared/libosmocore/include/osmocom/vty/misc.h')
-rw-r--r--Src/osmocombb/src/shared/libosmocore/include/osmocom/vty/misc.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/Src/osmocombb/src/shared/libosmocore/include/osmocom/vty/misc.h b/Src/osmocombb/src/shared/libosmocore/include/osmocom/vty/misc.h
deleted file mode 100644
index 707f82f..0000000
--- a/Src/osmocombb/src/shared/libosmocore/include/osmocom/vty/misc.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef OSMO_VTY_MISC_H
-#define OSMO_VTY_MISC_H
-
-#include <osmocom/vty/vty.h>
-#include <osmocom/core/rate_ctr.h>
-
-void vty_out_rate_ctr_group(struct vty *vty, const char *prefix,
- struct rate_ctr_group *ctrg);
-
-#endif