diff options
author | Christian Franke <chris@opensourcerouting.org> | 2013-11-15 19:23:33 +0100 |
---|---|---|
committer | Christian Franke <chris@opensourcerouting.org> | 2014-01-08 00:49:41 +0100 |
commit | d30eb038466ae3d14862df08bf58ee80c00bf311 (patch) | |
tree | e91b4a26fdcefae87e0c1c26d63331ef95bae747 /tests/prng.h | |
parent | 54bd777005ffd9851b6fe07de78ab728f4b0f4cc (diff) |
tests: add a test program for lib/command.c
Signed-off-by: Christian Franke <chris@opensourcerouting.org>
Diffstat (limited to 'tests/prng.h')
-rw-r--r-- | tests/prng.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/prng.h b/tests/prng.h index ed364986..cf0bacc5 100644 --- a/tests/prng.h +++ b/tests/prng.h @@ -29,6 +29,10 @@ struct prng; struct prng* prng_new(unsigned long long seed); unsigned int prng_rand(struct prng*); +const char * prng_fuzz(struct prng*, + const char *string, + const char *charset, + unsigned int operations); void prng_free(struct prng *); #endif |