Change from dos to unix convention
[httpd-crcsyncproxy.git] / crccache / ap_log_helper.h
blobb49b7dd7e98a2692cacb884a201c19de9e3809f1
1 #ifndef AP_WRAPPER_H
2 #define AP_WRAPPER_H
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
8 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);
10 char *format_hostinfo(apr_pool_t *p, server_rec *s);
12 #ifdef __cplusplus
14 #endif
16 #endif /* !AP_WRAPPER_H */