X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=include%2Ftid_internal.h;fp=include%2Ftid_internal.h;h=c5ecdc86f2c2abfddbb69c0893a16b27902fc5d9;hb=3b59db3c5565b707e745d58f7ec1df1bdc7c1895;hp=b6bd8fc92c3ec0fdcc806e17d8a579436c405de4;hpb=44c8ebb43831dbda399c34980c410565af60dcf2;p=trust_router.git diff --git a/include/tid_internal.h b/include/tid_internal.h index b6bd8fc..c5ecdc8 100644 --- a/include/tid_internal.h +++ b/include/tid_internal.h @@ -115,6 +115,7 @@ TID_SRVR_BLK *tid_srvr_blk_add_func(TID_SRVR_BLK *head, TID_SRVR_BLK *new); #define tid_srvr_blk_add(head, new) ((head)=tid_srvr_blk_add_func((head),(new))) void tid_srvr_blk_set_path(TID_SRVR_BLK *block, TID_PATH *path); +TID_RC tid_resp_cpy(TID_RESP *dst, TID_RESP *src); void tid_resp_set_cons(TID_RESP *resp, TR_CONSTRAINT_SET *cons); void tid_resp_set_error_path(TID_RESP *resp, json_t *ep);