initial code repo
[stor4nfv.git] / src / ceph / src / rgw / rgw_civetweb_log.h
diff --git a/src/ceph/src/rgw/rgw_civetweb_log.h b/src/ceph/src/rgw/rgw_civetweb_log.h
new file mode 100644 (file)
index 0000000..0fc227a
--- /dev/null
@@ -0,0 +1,7 @@
+#ifndef CEPH_RGW_CIVETWEB_LOG_H
+#define CEPH_RGW_CIVETWEB_LOG_H
+
+int rgw_civetweb_log_callback(const struct mg_connection *conn, const char *buf);
+int rgw_civetweb_log_access_callback(const struct mg_connection *conn, const char *buf);
+
+#endif