]> git.proxmox.com Git - ceph.git/blob - ceph/src/rgw/rgw_civetweb_log.h
import 15.2.0 Octopus source
[ceph.git] / ceph / src / rgw / rgw_civetweb_log.h
1 // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
2 // vim: ts=8 sw=2 smarttab ft=cpp
3
4 #ifndef CEPH_RGW_CIVETWEB_LOG_H
5 #define CEPH_RGW_CIVETWEB_LOG_H
6
7 int rgw_civetweb_log_callback(const struct mg_connection *conn, const char *buf);
8 int rgw_civetweb_log_access_callback(const struct mg_connection *conn, const char *buf);
9
10 #endif