The FreeRADIUS server  $Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
Functions
base.c File Reference

Functions to bootstrap this library. More...

#include <freeradius-devel/server/base.h>
#include <freeradius-devel/server/module_rlm.h>
#include <freeradius-devel/unlang/xlat.h>
+ Include dependency graph for base.c:

Go to the source code of this file.

Functions

void server_free (void)
 Free src/lib/server/. More...
 
int server_init (CONF_SECTION *cs)
 Initialize src/lib/server/. More...
 

Detailed Description

Functions to bootstrap this library.

Id
b96697d9825e9db62d959aa6f43cd99766377f8c

Definition in file base.c.

Function Documentation

◆ server_free()

void server_free ( void  )

Free src/lib/server/.

This is just so that the callers don't need to call a million functions.

Definition at line 111 of file base.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ server_init()

int server_init ( CONF_SECTION cs)

Initialize src/lib/server/.

This is just so that the callers don't need to call a million functions.

Parameters
csThe root configuration section.
Returns
  • 0 on success.
  • -1 on failure.

Definition at line 41 of file base.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function: