X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvppinfra%2Frandom_buffer.c;h=4fa965b80c58cb7268a3ca4ce8befccb4d570306;hb=06111a837;hp=52de5d34dd093e2d234996d5135d041956b81cfe;hpb=b7b929931a07fbb27b43d5cd105f366c3e29807e;p=vpp.git diff --git a/src/vppinfra/random_buffer.c b/src/vppinfra/random_buffer.c index 52de5d34dd0..4fa965b80c5 100644 --- a/src/vppinfra/random_buffer.c +++ b/src/vppinfra/random_buffer.c @@ -38,7 +38,7 @@ #include /* Fill random buffer. */ -void +__clib_export void clib_random_buffer_fill (clib_random_buffer_t * b, uword n_words) { uword *w, n = n_words; @@ -58,7 +58,7 @@ clib_random_buffer_fill (clib_random_buffer_t * b, uword n_words) while (n > 0); } -void +__clib_export void clib_random_buffer_init (clib_random_buffer_t * b, uword seed) { uword i, j;