Remove API dependency on jansson for constraints.
[trust_router.git] / include / trust_router / tr_constraint.h
index d740a3a..deeed51 100644 (file)
 #define TR_CONSTRAINT_H
 
 #include <trust_router/tr_name.h>
-#include <jansson.h>
 
 #define TR_MAX_CONST_MATCHES 24
 
 typedef struct tr_fline TR_FLINE;
-typedef json_t TR_CONSTRAINT_SET;
+typedef void TR_CONSTRAINT_SET;
 
 typedef struct tr_constraint {
   TR_NAME *type;