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
8
int
run_lua
(
const
char
*file_name);
9
10
11
#endif
run_lua
int run_lua(const char *file_name)
vendor
civetweb
civetweb_private_lua.h
Generated by
1.10.0