24RCSID(
"$Id: de20dff3eb1b88cc1c270dcdc4b76ab3775e61bf $")
26#include <freeradius-devel/util/strerror.h>
27#include <freeradius-devel/util/version.h>
43 fr_strerror_printf(
"Application and libfreeradius-util magic number (prefix) mismatch."
44 " application: %x library: %x",
50 fr_strerror_printf(
"Application and libfreeradius-util magic number (version) mismatch."
51 " application: %lx library: %lx",
57 fr_strerror_printf(
"Application and libfreeradius-util magic number (commit) mismatch."
58 " application: %lx library: %lx",
#define fr_strerror_printf(_fmt,...)
Log to thread local error buffer.
int fr_check_lib_magic(uint64_t magic)
Check if the application linking to the library has the correct magic number.
#define MAGIC_VERSION(_x)
#define RADIUSD_MAGIC_NUMBER