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