From ad580ba7c400835fdff0226700dd02c7ffff32c6 Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Mon, 16 May 2016 16:01:45 +0200 Subject: 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 Tested-by: Harald Welte --- include/osmocom/vty/command.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/osmocom') 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); -- cgit v1.2.3