]> git.proxmox.com Git - ceph.git/blame - 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
CommitLineData
1e59de90
TL
1/* "civetweb_private_lua.h" */
2/* Project internal header to allow main.c to call a non-public function in
3 * mod_lua.inl */
4
5#if !defined(CIVETWEB_PRIVATE_LUA_H)
6#define CIVETWEB_PRIVATE_LUA_H
7
8int run_lua(const char *file_name);
9
10
11#endif