Radcli library
1.5.2
A simple radius library
Loading...
Searching...
No Matches
lib
log.c
1
/*
2
* Copyright (C) 1995,1996,1997 Lars Fenneberg
3
*
4
* See the file COPYRIGHT for the respective terms and conditions.
5
* If the file is missing contact me at lf@elemental.net
6
* and I'll send you a copy.
7
*
8
*/
9
10
#include <config.h>
11
#include <includes.h>
12
#include <radcli/radcli.h>
13
14
unsigned
int
radcli_debug = 0;
15
29
39
void
rc_setdebug
(
int
debug)
40
{
41
radcli_debug = debug;
42
}
43
54
void
rc_openlog
(
char
const
*ident)
55
{
56
#ifndef _MSC_VER
/* TODO: Fix me */
57
openlog(ident, LOG_PID, RC_LOG_FACILITY);
58
#endif
59
}
60
rc_setdebug
void rc_setdebug(int debug)
Definition
log.c:39
rc_openlog
void rc_openlog(char const *ident)
Definition
log.c:54
Generated by
1.14.0