Add initilization functions prototypes.
This commit is contained in:
parent
e84e9e4347
commit
10093959f9
@ -34,4 +34,13 @@ LUASQL_API void luasql_set_info (lua_State *L);
|
||||
void luaL_setfuncs (lua_State *L, const luaL_Reg *l, int nup);
|
||||
#endif
|
||||
|
||||
/* Driver initialization functions prototypes */
|
||||
LUASQL_API int luaopen_luasql_firebird (lua_State *L);
|
||||
LUASQL_API int luaopen_luasql_mysql (lua_State *L);
|
||||
LUASQL_API int luaopen_luasql_oci8 (lua_State *L);
|
||||
LUASQL_API int luaopen_luasql_odbc (lua_State *L);
|
||||
LUASQL_API int luaopen_luasql_postgres (lua_State *L);
|
||||
LUASQL_API int luaopen_luasql_sqlite (lua_State *L);
|
||||
LUASQL_API int luaopen_luasql_sqlite3 (lua_State *L);
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user