Code for TR to change a COI to an APC in forwarded reqs, also some reorg of request...
[trust_router.git] / include / tr_comm.h
index 365f7ca..f0fa8f0 100644 (file)
@@ -54,4 +54,6 @@ typedef struct tr_comm {
   TR_RP_REALM *rp_realms;
 } TR_COMM;
 
+TR_COMM *tr_comm_lookup(TR_INSTANCE *tr, TR_NAME *comm);
+
 #endif