Improve structure of realm listings in 'show communities' response
[trust_router.git] / include / tr_comm.h
index 2fd86f6..6228c1f 100644 (file)
@@ -227,10 +227,6 @@ const char *tr_realm_role_to_str(TR_REALM_ROLE role);
 TR_REALM_ROLE tr_realm_role_from_str(const char *s);
 
 /* tr_comm_encoders.c */
-json_t *tr_comm_memb_to_json(TR_COMM_MEMB *memb);
-json_t *tr_comm_to_json(TR_COMM_TABLE *ctable, TR_COMM *comm);
 json_t *tr_comm_table_to_json(TR_COMM_TABLE *ctable);
-json_t *tr_comm_rp_realms_to_json(TR_COMM_TABLE *ctable, TR_NAME *comm_id);
-json_t *tr_comm_idp_realms_to_json(TR_COMM_TABLE *ctable, TR_NAME *comm_name);
 
 #endif