]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
* src/rand-isaac.h (isaac_mix): Remove declaration.
authorJim Meyering <jim@meyering.net>
Sat, 10 Dec 2005 10:18:10 +0000 (10:18 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 10 Dec 2005 10:18:10 +0000 (10:18 +0000)
src/rand-isaac.h

index e6413f96150f080606db6d7f0eb68931b64c8f29..cb0ca411696b26a70a51eb2d18983bca47254e87 100644 (file)
@@ -64,8 +64,6 @@ isaac_copy (struct isaac_state *dst, struct isaac_state *src);
 void
 isaac_refill (struct isaac_state *s, uint32_t r[/* s->words */]);
 void
-isaac_mix (struct isaac_state *s, uint32_t const seed[/* s->words */]);
-void
 isaac_init (struct isaac_state *s, uint32_t const *seed, size_t seedsize);
 void
 isaac_seed_start (struct isaac_state *s);