Uprating of the passphrase pixie.
[u/mdw/catacomb] / rand.h
diff --git a/rand.h b/rand.h
index fc6247b..22f0188 100644 (file)
--- a/rand.h
+++ b/rand.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: rand.h,v 1.9 2004/04/08 01:36:15 mdw Exp $
+ * $Id$
  *
  * Secure random number generator
  *
@@ -283,7 +283,9 @@ enum {
   RAND_STRETCH,                                /* No args */
   RAND_KEY,                            /* @const void *k, size_t sz@ */
   RAND_NOISESRC,                       /* @const rand_source *s@ */
-  RAND_SEED                            /* @unsigned bits@ */
+  RAND_SEED,                           /* @unsigned bits@ */
+  RAND_TIMER,                          /* No args */
+  RAND_GOODBITS                                /* No args */
 };
 
 /* --- Default random number generator --- */