Improve structure of realm listings in 'show communities' response
[trust_router.git] / include / tr_rp.h
index fa6b84e..abf476b 100644 (file)
@@ -37,7 +37,7 @@
 
 #include <talloc.h>
 
-#include <tr_gss.h>
+#include <tr_gss_names.h>
 #include <tr_filter.h>
 
 typedef struct tr_rp_client {
@@ -85,5 +85,6 @@ void tr_rp_realm_incref(TR_RP_REALM *realm);
 void tr_rp_realm_decref(TR_RP_REALM *realm);
 
 char *tr_rp_realm_to_str(TALLOC_CTX *mem_ctx, TR_RP_REALM *rp);
+json_t *tr_rp_realm_to_json(TR_RP_REALM *rp);
 
 #endif