Remove hidden structs
[freeradius.git] / src / modules / rlm_realm / trustrouter_integ.h
1
2 #ifndef TRUSTROUTER_INTEG_H
3 #define TRUSTROUTER_INTEG_H
4
5 #include <freeradius-devel/radiusd.h>
6 #include <freeradius-devel/modules.h>
7
8  
9 REALM *tr_query_realm(const char *q_realm,
10                       const char  *q_community,
11                       const char *q_rprealm,
12                       const char *q_trustrouter);
13
14 int tr_init(void);
15
16 #endif