X-Git-Url: http://plrg.eecs.uci.edu/git/?p=satune.git;a=blobdiff_plain;f=src%2Fclasslist.h;h=ac07af9e8066824cd5f866fb3db864a19efaffe1;hp=c6a7cb7f434902896e69c9f0cf20a4bf3687458e;hb=db18e268cc989852265ced5bef57f2acd13caafd;hpb=4d3e4491a8c5c89a60899d3fecc766fcc234edef diff --git a/src/classlist.h b/src/classlist.h index c6a7cb7..ac07af9 100644 --- a/src/classlist.h +++ b/src/classlist.h @@ -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