vppinfra: explicitly export symbols
[vpp.git] / src / vppinfra / bihash_all_vector.c
index 35355b5..04c1374 100644 (file)
 #include <vppinfra/mem.h>
 
 /* Vector of all bihashes */
-void **clib_all_bihashes;
+__clib_export void **clib_all_bihashes;
 static clib_mem_heap_t *clib_all_bihash_heap;
 
-clib_mem_heap_t *
+__clib_export clib_mem_heap_t *
 clib_all_bihash_set_heap (void)
 {
   if (PREDICT_FALSE (clib_all_bihash_heap == 0))
@@ -32,7 +32,7 @@ clib_all_bihash_set_heap (void)
  * Leave it to Beaver to change the size of a bihash
  * by making a clone in a stack local and then copying it...
  */
-void
+__clib_export void
 clib_bihash_copied (void *dst, void *src)
 {
   int i;