Solve 32-bit versus 64-bit compatibility issues
[httpd-crcsyncproxy.git] / crccache / ap_wrapper.h
blobd2e918d239f40dc0380f8fd848a955c8f215d743
1 #ifndef AP_WRAPPER_H
2 #define AP_WRAPPER_H
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
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)));
12 #ifdef __cplusplus
14 #endif
16 #endif /* !AP_WRAPPER_H */