Use TR_LIST for domain/realm constraint matches
[trust_router.git] / include / tr_name_internal.h
index 7d671b0..a67a64d 100644 (file)
@@ -40,6 +40,7 @@
  */
 
 #ifndef TR_NAME_INTERNAL_H
+#define TR_NAME_INTERNAL_H
 
 #include<trust_router/tr_name.h>
 #include <jansson.h>
@@ -49,6 +50,4 @@ json_t *tr_name_to_json_string(const TR_NAME *src);
 int tr_name_cmp_str(const TR_NAME *one, const char *two_str);
 int tr_name_prefix_wildcard_match(const TR_NAME *str, const TR_NAME *wc_str);
 
-#define TR_NAME_INTERNAL_H
-
 #endif //TRUST_ROUTER_TR_NAME_INTERNAL_H