The FreeRADIUS server
$Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
|
#include "unlang_priv.h"
Go to the source code of this file.
Data Structures | |
struct | unlang_edit_t |
Functions | |
static unlang_t * | unlang_edit_to_generic (unlang_edit_t const *p) |
static unlang_edit_t * | unlang_generic_to_edit (unlang_t const *p) |
Cast a generic structure to the edit extension. More... | |
Definition in file edit_priv.h.
struct unlang_edit_t |
Definition at line 31 of file edit_priv.h.
Data Fields | ||
---|---|---|
map_list_t | maps | Head of the map list. |
unlang_t | self |
|
inlinestatic |
|
inlinestatic |
Cast a generic structure to the edit extension.
Definition at line 39 of file edit_priv.h.