summaryrefslogtreecommitdiffstats
path: root/doc/source/extra/module.c
blob: 74071bd79c2f5348c1ebf4d971a2917d6cdb3627 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/**
 * @cond skip
 * vim:syntax=doxygen
 * @endcond
 *
 *
@page module_doc

@section module_intro Introduction

FreeRADIUS uses a pluggable module infrastructure to extend the
basic functionality of the server.

Modules in 3.0 are dynamically linked at runtime using dlopen.

@defgroup module_safe module_safe - Internal API functions that are safe for use by modules
*/