aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/vty/vector.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/include/vty/vector.h')
-rw-r--r--openbsc/include/vty/vector.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbsc/include/vty/vector.h b/openbsc/include/vty/vector.h
index 00f0079f3..22a184d61 100644
--- a/openbsc/include/vty/vector.h
+++ b/openbsc/include/vty/vector.h
@@ -59,4 +59,6 @@ vector vector_copy(vector v);
void *vector_lookup(vector, unsigned int);
void *vector_lookup_ensure(vector, unsigned int);
+extern void *tall_vty_vec_ctx;
+
#endif /* _ZEBRA_VECTOR_H */