summaryrefslogtreecommitdiffstats
path: root/src/vppinfra/bihash_all_vector.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/vppinfra/bihash_all_vector.c')
-rw-r--r--src/vppinfra/bihash_all_vector.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/vppinfra/bihash_all_vector.c b/src/vppinfra/bihash_all_vector.c
index 35355b54062..04c13745402 100644
--- a/src/vppinfra/bihash_all_vector.c
+++ b/src/vppinfra/bihash_all_vector.c
@@ -16,10 +16,10 @@
#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;