forked from github/server
gcc wants us to define this struct, and that's correct
This commit is contained in:
parent
b2d6203cec
commit
2e67e9c290
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,8 @@ extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
struct lua_State;
|
struct lua_State;
|
||||||
|
struct quicklist;
|
||||||
|
|
||||||
int tolua_sqlite_open(struct lua_State * L);
|
int tolua_sqlite_open(struct lua_State * L);
|
||||||
int tolua_eressea_open(struct lua_State* L);
|
int tolua_eressea_open(struct lua_State* L);
|
||||||
int tolua_spelllist_next(struct lua_State *L);
|
int tolua_spelllist_next(struct lua_State *L);
|
||||||
|
|
Loading…
Reference in a new issue