180852702e8253f6e08dd6f596f0b97682a3777a
[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 #include <trust_router/tid.h>
8
9 struct resp_opaque {
10   REALM *output_realm;
11   TID_RC result;
12   char err_msg[1024];
13 };          
14  
15 REALM *tr_query_realm(const char *q_realm,
16                       const char  *q_community,
17                       const char *q_rprealm,
18                       const char *q_trustrouter);
19
20 int tr_init(void);
21
22 #endif