summaryrefslogtreecommitdiff
path: root/lib/vector.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/vector.h')
-rw-r--r--lib/vector.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/vector.h b/lib/vector.h
index 91f7d997da..cc28fda480 100644
--- a/lib/vector.h
+++ b/lib/vector.h
@@ -59,5 +59,6 @@ extern vector vector_copy(vector v);
extern void *vector_lookup(vector, unsigned int);
extern void *vector_lookup_ensure(vector, unsigned int);
-
+extern void vector_to_array(vector v, void ***dest, int *argc);
+extern vector array_to_vector(void **src, int argc);
#endif /* _ZEBRA_VECTOR_H */