diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/osmocom/vty/command.h | 2 |
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); |