X-Git-Url: http://www.project-moonshot.org/gitweb/?p=trust_router.git;a=blobdiff_plain;f=include%2Ftrust_router%2Ftid.h;h=299b66aedd87b6042a181f6ffa5885d4325070b0;hp=ded2c429c4fcc3e6390ac6f84449848e524a8e96;hb=32792249a45039b0a0e332091a499956498b55ca;hpb=34802d5d6365fa47ceab128bb5f10e10ba35a29e diff --git a/include/trust_router/tid.h b/include/trust_router/tid.h index ded2c42..299b66a 100644 --- a/include/trust_router/tid.h +++ b/include/trust_router/tid.h @@ -147,7 +147,7 @@ TR_EXPORT TID_REQ *tid_dup_req (TID_REQ *orig_req); new reference is not created; in effect the caller is handing a reference they already hold to the TID_REQ.*/ void tid_req_cleanup_json(TID_REQ *, json_t *json); -#define tid_req_free free +void TR_EXPORT tid_req_free( TID_REQ *req); /* Utility functions for TID_RESP structure, in tid/tid_resp.c */ TR_EXPORT TID_RC tid_resp_get_result(TID_RESP *resp);