Fix gss matching code to compare to the rp realm for the request.
[trust_router.git] / include / tr_rp.h
index 79a2fbf..d022cca 100644 (file)
 #ifndef TR_RP_H
 #define TR_RP_H
 
+#include <tr.h>
+
 #define TR_MAX_GSS_NAMES 5
 
-#include <tr.h>
+typedef struct tr_instance TR_INSTANCE;
 
 typedef struct tr_rp_client {
   struct tr_rp_client *next;