X-Git-Url: http://www.project-moonshot.org/gitweb/?p=trust_router.git;a=blobdiff_plain;f=include%2Ftr_config.h;fp=include%2Ftr_config.h;h=89777fd2fc5225d24592139b95cdf813804354ca;hp=10b1cf5e242ac44f2358520c11c5783d95b21f95;hb=e427f7d366115d72ded50c2d8de7e7c4c37a773f;hpb=ee6787f44e1c2507add20b083a2d652b34632f32 diff --git a/include/tr_config.h b/include/tr_config.h index 10b1cf5..89777fd 100644 --- a/include/tr_config.h +++ b/include/tr_config.h @@ -101,7 +101,11 @@ TR_CFG *tr_cfg_new(TALLOC_CTX *mem_ctx); TR_CFG_MGR *tr_cfg_mgr_new(TALLOC_CTX *mem_ctx); void tr_cfg_free(TR_CFG *cfg); void tr_cfg_mgr_free(TR_CFG_MGR *cfg); -void tr_print_config(FILE *stream, TR_CFG *cfg); + +void tr_print_config(TR_CFG *cfg); +void tr_print_comms(TR_COMM *comm_list); +void tr_print_comm_idps(TR_IDP_REALM *idp_list); +void tr_print_comm_rps(TR_RP_REALM *rp_list); TR_IDP_REALM *tr_cfg_find_idp (TR_CFG *cfg, TR_NAME *idp_id, TR_CFG_RC *rc); TR_RP_CLIENT *tr_cfg_find_rp (TR_CFG *cfg, TR_NAME *rp_gss, TR_CFG_RC *rc);