![]() |
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 dependency graph for base.c:Go to the source code of this file.
Functions | |
| void | server_free (void) |
| Free src/lib/server/. | |
| int | server_init (CONF_SECTION *cs, char const *dict_dir, fr_dict_t *dict) |
| Initialize src/lib/server/. | |
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 42 of file base.c.
Here is the call graph for this function:
Here is the caller graph for this function:
1.9.8