From 41c0ee3fe422112b1a00175a2924f50173ceb78e Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 10 Dec 2005 10:18:10 +0000 Subject: [PATCH] * src/rand-isaac.h (isaac_mix): Remove declaration. --- src/rand-isaac.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/rand-isaac.h b/src/rand-isaac.h index e6413f9615..cb0ca41169 100644 --- a/src/rand-isaac.h +++ b/src/rand-isaac.h @@ -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); -- 2.47.3