Fix freelist management
[satune.git] / src / classlist.h
index c6a7cb7f434902896e69c9f0cf20a4bf3687458e..8b412eab0f93c2c11d55d029a75f3d3e103d2f7e 100644 (file)
@@ -9,7 +9,7 @@
 
 #ifndef CLASSLIST_H
 #define CLASSLIST_H
-//#include "hashset.h"
+
 #include "mymemory.h"
 #include <inttypes.h>
 #define bool int
@@ -48,6 +48,12 @@ typedef struct Table Table;
 struct Order;
 typedef struct Order Order;
 
+struct ElementEncoder;
+typedef struct ElementEncoder ElementEncoder;
+
+struct FunctionEncoder;
+typedef struct FunctionEncoder FunctionEncoder;
+
 typedef unsigned int uint;
 typedef uint64_t VarType;
 #endif