aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2016-05-16 16:01:45 +0200
committerHarald Welte <laforge@gnumonks.org>2016-06-14 10:38:17 +0000
commitad580ba7c400835fdff0226700dd02c7ffff32c6 (patch)
treede71080d77d902df017d4e5d01c8a7ee69314f0c /include/osmocom
parent0167e3f35535b1b19eab659659180fa549da52b0 (diff)
add vty call show asciidoc: generate a documentation for counters
For each counter group a ascii doc table is generated containing all single counter with a reference to a section to add additional information to the counter Change-Id: Ia8af883167e5ee631059299b107ea83c8bbffdfb Reviewed-on: https://gerrit.osmocom.org/70 Reviewed-by: Harald Welte <laforge@gnumonks.org> Tested-by: Harald Welte <laforge@gnumonks.org>
Diffstat (limited to 'include/osmocom')
-rw-r--r--include/osmocom/vty/command.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/osmocom/vty/command.h b/include/osmocom/vty/command.h
index 9a025752..135ef2fe 100644
--- a/include/osmocom/vty/command.h
+++ b/include/osmocom/vty/command.h
@@ -379,6 +379,8 @@ extern struct cmd_element config_end_cmd;
char *host_config_file();
void host_config_set(const char *);
+char *osmo_asciidoc_escape(const char *inp);
+
/* This is called from main when a daemon is invoked with -v or --version. */
void print_version(int print_copyright);