#include <freeradius-devel/radiusd.h>
#include <freeradius-devel/rad_assert.h>
#include <sys/stat.h>
#include <ctype.h>
#include <fcntl.h>
Go to the source code of this file.
Macros | |
#define | FIND_MODE_HAVE_REPLY 2 |
#define | FIND_MODE_NAME 0 |
#define | FIND_MODE_WANT_REPLY 1 |
Functions | |
void | pairlist_free (PAIR_LIST **pl) |
int | pairlist_read (TALLOC_CTX *ctx, char const *file, PAIR_LIST **list, int complain) |
void pairlist_free | ( | PAIR_LIST ** | pl | ) |