repo.or.cz
/
httpd-crcsyncproxy.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Solve 32-bit versus 64-bit compatibility issues
[httpd-crcsyncproxy.git]
/
crccache
/
ap_wrapper.h
blob
d2e918d239f40dc0380f8fd848a955c8f215d743
1
#ifndef AP_WRAPPER_H
2
#define AP_WRAPPER_H
3
4
#ifdef __cplusplus
5
extern
"C"
{
6
#endif
7
8
void
ap_log_error_wrapper
(
const char
*
file
,
int
line
,
int
level
,
apr_status_t status
,
const
server_rec
*
s
,
9
const char
*
fmt
, ...)
10
__attribute__
((
format
(
printf
,
6
,
7
)));
11
12
#ifdef __cplusplus
13
}
14
#endif
15
16
#endif
/* !AP_WRAPPER_H */