The FreeRADIUS server
$Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
Loading...
Searching...
No Matches
src
lib
server
paircmp.h
Go to the documentation of this file.
1
#pragma once
2
/*
3
* This program is free software; you can redistribute it and/or modify
4
* it under the terms of the GNU General Public License as published by
5
* the Free Software Foundation; either version 2 of the License, or
6
* (at your option) any later version.
7
*
8
* This program is distributed in the hope that it will be useful,
9
* but WITHOUT ANY WARRANTY; without even the implied warranty of
10
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11
* GNU General Public License for more details.
12
*
13
* You should have received a copy of the GNU General Public License
14
* along with this program; if not, write to the Free Software
15
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
16
*/
17
18
/**
19
* $Id: d0b2812d60362e71c92cd2e2cdc64956e3fe68a6 $
20
*
21
* @file lib/server/paircmp.h
22
* @brief Legacy paircomparison function
23
*
24
* @copyright 2000,2006 The FreeRADIUS server project
25
* @copyright 2000 Alan DeKok (aland@freeradius.org)
26
*/
27
RCSIDH
(paircmp_h,
"$Id: d0b2812d60362e71c92cd2e2cdc64956e3fe68a6 $"
)
28
29
#ifdef __cplusplus
30
extern
"C"
{
31
#endif
32
33
#include <freeradius-devel/server/request.h>
34
#include <freeradius-devel/util/dict.h>
35
#include <freeradius-devel/util/pair.h>
36
37
int
paircmp_pairs
(
request_t
*request,
fr_pair_t
const
*check,
fr_pair_t
*
vp
);
38
39
#ifdef __cplusplus
40
}
41
#endif
RCSIDH
#define RCSIDH(h, id)
Definition
build.h:486
request_t
Definition
merged_model.c:210
paircmp_pairs
int paircmp_pairs(request_t *request, fr_pair_t const *check, fr_pair_t *vp)
vp
fr_pair_t * vp
Definition
state_machine.c:2262
value_pair_s
Stores an attribute, a value and various bits of other data.
Definition
pair.h:68
Generated by
1.9.8