summaryrefslogtreecommitdiff
path: root/src/honeysuckle.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/honeysuckle.c')
-rw-r--r--src/honeysuckle.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/honeysuckle.c b/src/honeysuckle.c
index 9cc3720..e45da48 100644
--- a/src/honeysuckle.c
+++ b/src/honeysuckle.c
@@ -12,6 +12,12 @@ void hs_parse_args(lua_State *L, ...)
L = L;
}
+int hs_parse_overloaded(lua_State *L, ...)
+{
+ L = L;
+ return -1;
+}
+
void hs_pushstring(lua_State *L, const char *format_string, ...)
{