X-Git-Url: http://plrg.eecs.uci.edu/git/?p=satune.git;a=blobdiff_plain;f=src%2Fclasslist.h;h=3306ffe311b5e148e13824f9f5931109e7961704;hp=237d529be962f45906e0fc00918247152f05e74b;hb=fa74d0b740b20fa40af55404c5bb99570a8b40ca;hpb=c507619d06bc6fbddc5fc26016be9bb47daa0ae0 diff --git a/src/classlist.h b/src/classlist.h index 237d529..3306ffe 100644 --- a/src/classlist.h +++ b/src/classlist.h @@ -29,6 +29,7 @@ typedef struct BooleanOrder BooleanOrder; typedef struct BooleanVar BooleanVar; typedef struct BooleanLogic BooleanLogic; typedef struct BooleanComp BooleanComp; +typedef struct BooleanPredicate BooleanPredicate; struct Boolean; typedef struct Boolean Boolean; @@ -40,6 +41,9 @@ struct Set; typedef struct Set Set; typedef struct Set MutableSet; +typedef struct ElementFunction ElementFunction; +typedef struct ElementSet ElementSet; + struct Element; typedef struct Element Element;