From 2323a53b3d6edff3e7ef9d6d6c600844cfd90bb5 Mon Sep 17 00:00:00 2001 From: Sam Hartman Date: Fri, 11 Jul 2014 15:12:24 -0400 Subject: [PATCH] don't redefine json_t --- include/trust_router/tid.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/trust_router/tid.h b/include/trust_router/tid.h index 299b66a..a3459ea 100644 --- a/include/trust_router/tid.h +++ b/include/trust_router/tid.h @@ -42,6 +42,8 @@ #include #include +#include + #define TID_PORT 12309 @@ -74,7 +76,7 @@ typedef struct tid_resp { typedef struct tidc_instance TIDC_INSTANCE; typedef struct tids_instance TIDS_INSTANCE; typedef struct tid_req TID_REQ; -typedef struct json_t json_t; + typedef void (TIDC_RESP_FUNC)(TIDC_INSTANCE *, TID_REQ *, TID_RESP *, void *); -- 2.1.4