src/oldpool.h
branchgamebalance
changeset 9895 7bd07f43b0e3
parent 5838 9c3129cb019b
child 6303 84c215fc8eb8
--- a/src/oldpool.h	Mon Mar 19 09:33:17 2007 +0000
+++ b/src/oldpool.h	Mon Mar 19 12:38:16 2007 +0000
@@ -3,7 +3,7 @@
 #ifndef OLDPOOL_H
 #define OLDPOOL_H
 
-typedef struct OldMemoryPool OldMemoryPool;
+struct OldMemoryPool;
 
 /* The function that is called after a new block is added
      start_item is the first item of the new made block */
@@ -68,7 +68,7 @@
 		); \
 	} \
 \
-	static inline uint Get##name##PoolSize(void) \
+	static inline uint Get##name##PoolSize() \
 	{ \
 		return _##name##_pool.total_items; \
 	}