summaryrefslogtreecommitdiffstats
path: root/src/civetweb/src/civetweb_private_lua.h
blob: 47c6566d55bf5cb7499c5d9e9d184d31e5733160 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* "civetweb_private_lua.h" */
/* Project internal header to allow main.c to call a non-public function in
 * mod_lua.inl */

#ifndef CIVETWEB_PRIVATE_LUA_H
#define CIVETWEB_PRIVATE_LUA_H

int run_lua(const char *file_name);


#endif