vppinfra: add export symbols
[vpp.git] / src / vppinfra / vec.c
index f3cdb14..34fa2fa 100644 (file)
@@ -140,13 +140,13 @@ clib_mem_is_vec_h (void *v, uword header_bytes)
   return clib_mem_is_heap_object (vec_header (v, header_bytes));
 }
 
-u32
+__clib_export u32
 vec_len_not_inline (void *v)
 {
   return vec_len (v);
 }
 
-void
+__clib_export void
 vec_free_not_inline (void *v)
 {
   vec_free (v);