OpenCT
0.6.20
openct
logging.h
1
/*
2
* Logging functions
3
*
4
* Copyright (C) 2003, Olaf Kirch <okir@suse.de>
5
*/
6
7
#ifndef OPENCT_LOGGING_H
8
#define OPENCT_LOGGING_H
9
10
#ifdef __cplusplus
11
extern
"C"
{
12
#endif
13
14
extern
void
ct_log_destination(
const
char
*);
15
16
extern
void
ct_error(
const
char
*, ...);
17
extern
void
ct_debug(
const
char
*, ...);
18
19
extern
const
char
* ct_hexdump(
const
void
*,
size_t
);
20
21
#ifdef __cplusplus
22
}
23
#endif
24
25
#endif
/* OPENCT_LOGGING_H */
libp11, Copyright (C) 2005 Olaf Kirch <okir@lst.de>