summaryrefslogtreecommitdiff
path: root/src/honeysuckle.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/honeysuckle.c')
-rw-r--r--src/honeysuckle.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/honeysuckle.c b/src/honeysuckle.c
index 8cb8194..11f3f53 100644
--- a/src/honeysuckle.c
+++ b/src/honeysuckle.c
@@ -34,6 +34,14 @@ int hs_create_enum(lua_State *L, ...)
}
+void hs_process_table(lua_State *L, int table_index, void *data, ...)
+{
+ L = L;
+ table_index = table_index;
+ data = data;
+}
+
+
void hs_pushstring(lua_State *L, const char *format_string, ...)
{
lua_pushnumber(L, 0.4);