Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
seleniumhq
GitHub Repository: seleniumhq/selenium
Path: blob/trunk/third_party/cpp/civetweb/civetweb_private_lua.h
2868 views
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
8
int run_lua(const char *file_name);
9
10
11
#endif
12
13