summaryrefslogtreecommitdiffstats
path: root/src/shared/libosmocore/include/osmocom/vty/misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/libosmocore/include/osmocom/vty/misc.h')
-rw-r--r--src/shared/libosmocore/include/osmocom/vty/misc.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/shared/libosmocore/include/osmocom/vty/misc.h b/src/shared/libosmocore/include/osmocom/vty/misc.h
deleted file mode 100644
index db4f4a77..00000000
--- a/src/shared/libosmocore/include/osmocom/vty/misc.h
+++ /dev/null
@@ -1,19 +0,0 @@
-#ifndef OSMO_VTY_MISC_H
-#define OSMO_VTY_MISC_H
-
-#include <osmocom/vty/vty.h>
-#include <osmocom/core/rate_ctr.h>
-#include <osmocom/core/utils.h>
-
-#define VTY_DO_LOWER 1
-char *vty_cmd_string_from_valstr(void *ctx, const struct value_string *vals,
- const char *prefix, const char *sep,
- const char *end, int do_lower);
-
-void vty_out_rate_ctr_group(struct vty *vty, const char *prefix,
- struct rate_ctr_group *ctrg);
-
-int osmo_vty_write_config_file(const char *filename);
-int osmo_vty_save_config_file(void);
-
-#endif