The FreeRADIUS server $Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
|
Public interface to the unlang interpreter. More...
#include <freeradius-devel/unlang/call.h>
#include <freeradius-devel/unlang/compile.h>
#include <freeradius-devel/unlang/function.h>
#include <freeradius-devel/unlang/interpret.h>
#include <freeradius-devel/unlang/module.h>
#include <freeradius-devel/unlang/subrequest.h>
Go to the source code of this file.
Functions | |
int | unlang_global_init (void) |
bool | unlang_section (CONF_SECTION *cs) |
Return whether a section has unlang data associated with it. | |
int | unlang_thread_instantiate (TALLOC_CTX *ctx) |
Create thread-specific data structures for unlang. | |
Public interface to the unlang interpreter.
Definition in file base.h.
int unlang_global_init | ( | void | ) |
bool unlang_section | ( | CONF_SECTION * | cs | ) |