diff options
Diffstat (limited to 'src/lua_typeerror.h')
-rw-r--r-- | src/lua_typeerror.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/lua_typeerror.h b/src/lua_typeerror.h new file mode 100644 index 0000000..4f2aafd --- /dev/null +++ b/src/lua_typeerror.h | |||
@@ -0,0 +1,7 @@ | |||
1 | #ifndef LUA_TYPEERROR_H_ | ||
2 | #define LUA_TYPEERROR_H_ | ||
3 | |||
4 | struct lua_State; | ||
5 | int luaL_typeerror (struct lua_State *L, int narg, const char *tname); | ||
6 | |||
7 | #endif | ||