diff options
Diffstat (limited to 'src/util/bits.h')
| -rw-r--r-- | src/util/bits.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/util/bits.h b/src/util/bits.h index 9b37539..000d64f 100644 --- a/src/util/bits.h +++ b/src/util/bits.h @@ -29,6 +29,10 @@ bits_t *bits_new(size_t bit_len); +bits_t *bits_new_rand(size_t bit_len); + +void bits_cpy(bits_t *dest, const bits_t *src); + bits_t *bits_copy(const bits_t *bits); void bits_free(bits_t **bits); |
