All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
trustrouter.h
Go to the documentation of this file.
1 /*
2  * This program is is free software; you can redistribute it and/or modify
3  * it under the terms of the GNU General Public License as published by
4  * the Free Software Foundation; either version 2 of the License, or (at
5  * your option) any later version.
6  *
7  * This program is distributed in the hope that it will be useful,
8  * but WITHOUT ANY WARRANTY; without even the implied warranty of
9  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10  * GNU General Public License for more details.
11  *
12  * You should have received a copy of the GNU General Public License
13  * along with this program; if not, write to the Free Software
14  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
15  */
16 
17 /**
18  * $Id: 5bbcc8e540b2e480dbddc56e6b550ac951850c38 $
19  * @file trustrouter.h
20  * @brief Headers for trust router code
21  *
22  * @copyright 2014 Network RADIUS SARL
23  */
24 #ifndef TRUSTROUTER_INTEG_H
25 #define TRUSTROUTER_INTEG_H
26 
27 #include <freeradius-devel/radiusd.h>
28 #include <freeradius-devel/modules.h>
29 
30 REALM *tr_query_realm(REQUEST *request, char const *realm,
31  char const *community,
32  char const *rprealm,
33  char const *trustrouter,
34  unsigned int port);
35 
36 bool tr_init(void);
37 
38 #endif
REALM * tr_query_realm(REQUEST *request, char const *realm, char const *community, char const *rprealm, char const *trustrouter, unsigned int port)
Definition: realms.h:178
bool tr_init(void)