aboutsummaryrefslogtreecommitdiff
path: root/src/lua.h
diff options
context:
space:
mode:
authorame <[email protected]>2024-02-22 16:21:17 -0600
committerame <[email protected]>2024-02-22 16:21:17 -0600
commitf556377b136dc0ea344f87ef8f2f0eb55f3cf846 (patch)
tree7acbf3e0436f9e8ce187b660d7df5d1acfc4ff5f /src/lua.h
parent946a56f9cc8de329af27ec3550b545493080f597 (diff)
clean but small problem:c
Diffstat (limited to 'src/lua.h')
-rw-r--r--src/lua.h2
1 files changed, 2 insertions, 0 deletions
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);\