change long to int for prototype hash_string()
authorsteudten <steudten@users.sourceforge.net>
Thu, 20 Sep 2001 13:34:09 +0000 (13:34 +0000)
committersteudten <steudten@users.sourceforge.net>
Thu, 20 Sep 2001 13:34:09 +0000 (13:34 +0000)
miscutil.h

index 5598f3c..1710fdc 100644 (file)
@@ -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 $
  *
  * 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);