From f556377b136dc0ea344f87ef8f2f0eb55f3cf846 Mon Sep 17 00:00:00 2001 From: ame Date: Thu, 22 Feb 2024 16:21:17 -0600 Subject: clean but small problem:c --- src/lua.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/lua.h') diff --git a/src/lua.h b/src/lua.h index 031bfc6..18807d0 100644 --- a/src/lua.h +++ b/src/lua.h @@ -27,6 +27,8 @@ void i_dcopy(lua_State* src, lua_State* dest, void*); #define luaI_tsetcf(L, Tidx, K, V)\ _tset_b(L, Tidx, K, V, lua_pushcfunction) +int writer(lua_State*, const void*, size_t, void*); + #if LUA_VERSION_NUM == 504 #define lreg(N, FN)\ lua_pushstring(L, N);\ -- cgit v1.2.3