Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / src / rgw / rgw_civetweb_log.h
1 #ifndef CEPH_RGW_CIVETWEB_LOG_H
2 #define CEPH_RGW_CIVETWEB_LOG_H
3
4 int rgw_civetweb_log_callback(const struct mg_connection *conn, const char *buf);
5 int rgw_civetweb_log_access_callback(const struct mg_connection *conn, const char *buf);
6
7 #endif