added type definition for hash table structure
[rocksndiamonds.git] / src / libgame / hash.h
index 50806d449e94ac85d0de77c8bedd21b6e72e3d1e..61bc917a6cd45c35d7d4efc0db996db3d7005804 100644 (file)
@@ -121,6 +121,8 @@ struct hashtable_itr
   unsigned int index;
 };
 
+typedef struct hashtable HashTable;
+
 
 /*****************************************************************************
  * create_hashtable_ext