X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/25f654a73af995e32f18e334cb4ebb09ac158fd5..8404fd750e8d1a635ccb3895e4f0e155e5f5e3cf:/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 -----------------------------------------------------*/