X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/eb31b00e4098ffb93eaf574f70cdd108b6610080..4e66da02f19648ee1be862e67ba1d1fc5549fb7f:/noise.h diff --git a/noise.h b/noise.h index 3777a6f..9252809 100644 --- a/noise.h +++ b/noise.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: noise.h,v 1.4 2000/06/17 12:57:47 mdw Exp $ + * $Id: noise.h,v 1.5 2004/04/02 01:03:49 mdw Exp $ * * Acquisition of environmental noise (Unix-specific) * @@ -30,6 +30,9 @@ /*----- Revision history --------------------------------------------------* * * $Log: noise.h,v $ + * Revision 1.5 2004/04/02 01:03:49 mdw + * Miscellaneous constification. + * * Revision 1.4 2000/06/17 12:57:47 mdw * New free counter noise generator, for use if /dev/random is * unavailable. @@ -62,7 +65,7 @@ /*----- Noise source definition -------------------------------------------*/ -extern rand_source noise_source; +extern const rand_source noise_source; /*----- Magic numbers -----------------------------------------------------*/