aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/vty/vty.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/include/vty/vty.h')
-rw-r--r--openbsc/include/vty/vty.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/include/vty/vty.h b/openbsc/include/vty/vty.h
index d43d992c6..ab34cd3b7 100644
--- a/openbsc/include/vty/vty.h
+++ b/openbsc/include/vty/vty.h
@@ -147,5 +147,5 @@ int vty_shell (struct vty *);
int vty_shell_serv (struct vty *);
void vty_hello (struct vty *);
-
+void *tall_vty_ctx;
#endif