aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/vty/command.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/include/vty/command.h')
-rw-r--r--openbsc/include/vty/command.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbsc/include/vty/command.h b/openbsc/include/vty/command.h
index dc12c5258..31dd7f3b2 100644
--- a/openbsc/include/vty/command.h
+++ b/openbsc/include/vty/command.h
@@ -358,4 +358,6 @@ void host_config_set(const char *);
void print_version(const char *);
+extern void *tall_vty_cmd_ctx;
+
#endif /* _ZEBRA_COMMAND_H */