The FreeRADIUS server
$Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
|
Functions to bootstrap this library. More...
#include <freeradius-devel/server/base.h>
#include <freeradius-devel/server/module_rlm.h>
#include <freeradius-devel/server/trigger.h>
#include <freeradius-devel/server/password.h>
#include <freeradius-devel/server/packet.h>
#include <freeradius-devel/unlang/xlat.h>
#include <freeradius-devel/util/dict.h>
Go to the source code of this file.
Functions | |
void | server_free (void) |
Free src/lib/server/. More... | |
int | server_init (CONF_SECTION *cs, char const *dict_dir, fr_dict_t *dict) |
Initialize src/lib/server/. More... | |
Variables | |
bool | tmpl_require_enum_prefix |
Functions to bootstrap this library.
Definition in file base.c.
void server_free | ( | void | ) |
int server_init | ( | CONF_SECTION * | cs, |
char const * | dict_dir, | ||
fr_dict_t * | dict | ||
) |
Initialize src/lib/server/.
This is just so that the callers don't need to call a million functions.
[in] | cs | The root configuration section. |
[in] | dict_dir | The path to the raddb directory. |
[in] | dict | the main dictionary, usually the internal dictionary. |
Definition at line 49 of file base.c.
|
extern |
Definition at line 49 of file tmpl_tokenize.c.