X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=miscutil.h;h=1710fdc9f1b91cf300f8005498dcb1d516442ae5;hp=5598f3cd051aa497b56f0a6bbb0a674a0d7eac04;hb=4597a9e5eecfc14951e4dc6fa9517c15eb35b54b;hpb=ce6c6f995de0bd346ed0ae3678edc67d3e873ed0 diff --git a/miscutil.h b/miscutil.h index 5598f3cd..1710fdc9 100644 --- a/miscutil.h +++ b/miscutil.h @@ -1,6 +1,6 @@ #ifndef MISCUTIL_H_INCLUDED #define MISCUTIL_H_INCLUDED -#define MISCUTIL_H_VERSION "$Id: miscutil.h,v 1.8 2001/06/29 13:32:14 oes Exp $" +#define MISCUTIL_H_VERSION "$Id: miscutil.h,v 1.9 2001/07/29 18:43:08 jongfoster Exp $" /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/miscutil.h,v $ @@ -37,6 +37,10 @@ * * Revisions : * $Log: miscutil.h,v $ + * Revision 1.9 2001/07/29 18:43:08 jongfoster + * Changing #ifdef _FILENAME_H to FILENAME_H_INCLUDED, to conform to + * ANSI C rules. + * * Revision 1.8 2001/06/29 13:32:14 oes * Removed logentry from cancelled commit * @@ -96,7 +100,7 @@ extern "C" { extern void *zalloc(int size); -extern unsigned long hash_string(const char* s); +extern unsigned int hash_string(const char* s); extern char *safe_strerror(int err);