The FreeRADIUS server $Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
|
Validate application and library magic numbers. More...
#include <freeradius-devel/util/strerror.h>
#include <freeradius-devel/util/version.h>
Go to the source code of this file.
Functions | |
int | fr_check_lib_magic (uint64_t magic) |
Check if the application linking to the library has the correct magic number. | |
Variables | |
static uint64_t | libmagic = RADIUSD_MAGIC_NUMBER |
Validate application and library magic numbers.
Definition in file version.c.
int fr_check_lib_magic | ( | uint64_t | magic | ) |
Check if the application linking to the library has the correct magic number.
magic | number as defined by RADIUSD_MAGIC_NUMBER |
Definition at line 40 of file version.c.
|
static |