]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/jaegertracing/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb/src/civetweb_private_lua.h
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / third_party / prometheus-cpp / 3rdparty / civetweb / src / civetweb_private_lua.h
diff --git a/ceph/src/jaegertracing/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb/src/civetweb_private_lua.h b/ceph/src/jaegertracing/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb/src/civetweb_private_lua.h
new file mode 100644 (file)
index 0000000..28751e2
--- /dev/null
@@ -0,0 +1,11 @@
+/* "civetweb_private_lua.h" */
+/* Project internal header to allow main.c to call a non-public function in
+ * mod_lua.inl */
+
+#if !defined(CIVETWEB_PRIVATE_LUA_H)
+#define CIVETWEB_PRIVATE_LUA_H
+
+int run_lua(const char *file_name);
+
+
+#endif