aboutsummaryrefslogtreecommitdiff
path: root/src/lua.h
diff options
context:
space:
mode:
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);\