diff options
| author | amelia squires <[email protected]> | 2024-09-08 05:13:11 -0500 |
|---|---|---|
| committer | amelia squires <[email protected]> | 2024-09-08 05:13:11 -0500 |
| commit | e9cb2e0f75cbfa6bde188b9e043ebfd8d30b9451 (patch) | |
| tree | 57368ce9ae49e89809171dc6ae85fde936a2b5f2 /src/test.h | |
| parent | 6ca752754556c44c485c4534b5f3453c7a1490c7 (diff) | |
| parent | ab5c24cd0eb59b704cf98d388338293db3768c81 (diff) | |
merge rewrite-net-route-matching
Diffstat (limited to 'src/test.h')
| -rw-r--r-- | src/test.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/test.h b/src/test.h new file mode 100644 index 0000000..01527c6 --- /dev/null +++ b/src/test.h @@ -0,0 +1,9 @@ +#include "lua.h" + +int ld_match(lua_State*); + +static const luaL_Reg test_function_list [] = { + {"_match", ld_match}, + + {NULL,NULL} +}; |
