X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=include%2Ftrust_router%2Ftid.h;h=88c1a38e91795a3d87f738b07aa8988a65c56fa4;hb=aa60420a1b690c06ae7ef9fd4584bf434cea9c6b;hp=613541f3c28aaf8fd682ccbb30fd02b87cc91ea9;hpb=c904da6561420671467ae076ccec2800e4928c1d;p=trust_router.git diff --git a/include/trust_router/tid.h b/include/trust_router/tid.h index 613541f..88c1a38 100644 --- a/include/trust_router/tid.h +++ b/include/trust_router/tid.h @@ -103,6 +103,9 @@ TR_EXPORT TID_REQ *tid_dup_req (TID_REQ *orig_req); void TR_EXPORT tid_req_free( TID_REQ *req); /* Utility functions for TID_RESP structure, in tid/tid_resp.c */ + +TID_RESP *tid_resp_new(TALLOC_CTX *mem_ctx); +void tid_resp_free(TID_RESP *resp); TR_EXPORT int tid_resp_get_result(TID_RESP *resp); void tid_resp_set_result(TID_RESP *resp, int result); TR_EXPORT TR_NAME *tid_resp_get_err_msg(TID_RESP *resp);