X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/25f654a73af995e32f18e334cb4ebb09ac158fd5..025c5f4aa5ffbf8948482a4233318db81c2df5d2:/noise.h diff --git a/noise.h b/noise.h index 3777a6f..0147c95 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.6 2004/04/08 01:36:15 mdw Exp $ * * Acquisition of environmental noise (Unix-specific) * @@ -27,24 +27,6 @@ * MA 02111-1307, USA. */ -/*----- Revision history --------------------------------------------------* - * - * $Log: noise.h,v $ - * Revision 1.4 2000/06/17 12:57:47 mdw - * New free counter noise generator, for use if /dev/random is - * unavailable. - * - * Revision 1.3 1999/12/22 15:57:55 mdw - * Label system-specific parts more clearly. - * - * Revision 1.2 1999/12/10 23:29:48 mdw - * Change header file guard names. - * - * Revision 1.1 1999/09/03 08:41:12 mdw - * Initial import. - * - */ - #ifndef CATACOMB_NOISE_H #define CATACOMB_NOISE_H @@ -62,7 +44,7 @@ /*----- Noise source definition -------------------------------------------*/ -extern rand_source noise_source; +extern const rand_source noise_source; /*----- Magic numbers -----------------------------------------------------*/