diff --git a/rand.h b/rand.h index 73f6e3e..dbe12fe 100644 --- a/rand.h +++ b/rand.h @@ -36,9 +36,9 @@ typedef struct randctx randctx; If (flag==TRUE), then use the contents of randrsl[0..RANDSIZ-1] as the seed. ------------------------------------------------------------------------------ */ -void randinit(/*_ randctx *r, word flag _*/); +void randinit(randctx *r, word flag); -void isaac(/*_ randctx *r _*/); +void isaac(randctx *r); /*