diff options
author | sanine-a <sanine.not@pm.me> | 2021-05-27 20:59:26 -0500 |
---|---|---|
committer | sanine-a <sanine.not@pm.me> | 2021-05-27 20:59:26 -0500 |
commit | 0ed58392868f1b17fe0ab1b6ddf598ec82eb7170 (patch) | |
tree | f4e76069ff931056f09ad17f28fb872cb4cbbc60 /src/honeysuckle.h | |
parent | 198832796a909e9edff44d72f555f7db0177e686 (diff) |
add parse tests for table, any, and all types at once
Diffstat (limited to 'src/honeysuckle.h')
-rw-r--r-- | src/honeysuckle.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/honeysuckle.h b/src/honeysuckle.h index b996aed..43e5f51 100644 --- a/src/honeysuckle.h +++ b/src/honeysuckle.h @@ -23,7 +23,6 @@ const char* hs_type_to_string(int type); void hs_parse_args(lua_State *L, ...); -void hs_parse_args_fast(lua_State *L, ...); int hs_parse_overloaded(lua_State *L, ...); int hs_create_table(lua_State *L, ...); |