8 void ap_log_error_wrapper(const char *file
, int line
, int level
, apr_status_t status
, const server_rec
*s
,
10 __attribute__((format(printf
,6,7)));
12 void ap_log_hex(const char *file
, int line
, int level
, apr_status_t status
, const server_rec
*s
, unsigned char *buf
, size_t len
);
18 #endif /* !AP_WRAPPER_H */