The FreeRADIUS server  $Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
module.c
Go to the documentation of this file.
1 /**
2  * @cond skip
3  * vim:syntax=doxygen
4  * @endcond
5  *
6  *
7 @page module_doc
8 
9 @section module_intro Introduction
10 
11 FreeRADIUS uses a pluggable module infrastructure to extend the
12 basic functionality of the server.
13 
14 Modules in 3.0 are dynamically linked at runtime using dlopen.
15 
16 @defgroup module_safe module_safe - Internal API functions that are safe for use by modules
17 */