X-Git-Url: http://plrg.eecs.uci.edu/git/?p=satune.git;a=blobdiff_plain;f=src%2Fclasslist.h;h=237d529be962f45906e0fc00918247152f05e74b;hp=6335297f5088143c38dbbfd1ea5bb5add7318683;hb=c507619d06bc6fbddc5fc26016be9bb47daa0ae0;hpb=fc1dd990c4a5d55165ff08da878fbda71dee83cf diff --git a/src/classlist.h b/src/classlist.h index 6335297..237d529 100644 --- a/src/classlist.h +++ b/src/classlist.h @@ -43,6 +43,9 @@ typedef struct Set MutableSet; struct Element; typedef struct Element Element; +typedef struct FunctionOperator FunctionOperator; +typedef struct FunctionTable FunctionTable; + struct Function; typedef struct Function Function;