Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
civetweb_private_lua.h
Go to the documentation of this file.
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
int run_lua(const char *file_name)