Parsers for "communities:" section of configuration
[trust_router.git] / include / tr_idp.h
index 0788d82..8f68b67 100644 (file)
 
 #include <trust_router/tr_name.h>
 #include <tr.h>
-
-typedef struct tr_apc {
-  struct tr_apc *next;
-  TR_NAME *apc;
-} TR_APC;
+#include <tr_apc.h>
 
 typedef struct tr_aaa_server {
   struct tr_aaa_server *next;