diff options
| author | ame <[email protected]> | 2024-09-30 02:06:47 -0500 |
|---|---|---|
| committer | ame <[email protected]> | 2024-09-30 02:06:47 -0500 |
| commit | 1cc24fda87c3e8df90a5ea2d526ce39adf4a7648 (patch) | |
| tree | 6409e4b3c43b17e9c73d2b29193450712fb63190 /src/test.h | |
| parent | eda53f915dc319cec7a4fe680734db87a113fe5e (diff) | |
cookies, sendfile fixes, and local var tests
Diffstat (limited to 'src/test.h')
| -rw-r--r-- | src/test.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,9 +1,10 @@ #include "lua.h" int ld_match(lua_State*); +int l_stack_dump(lua_State*); static const luaL_Reg test_function_list [] = { {"_match", ld_match}, - + {"stack_dump", l_stack_dump}, {NULL,NULL} }; |
