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