Skip to content

Commit

Permalink
db_sqlite: align functions export to new format
Browse files Browse the repository at this point in the history
  • Loading branch information
rvlad-patrascu committed Apr 8, 2019
1 parent ec42ed6 commit 9ff31a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/db_sqlite/db_sqlite.c
Expand Up @@ -49,8 +49,8 @@ struct db_sqlite_extension_list *extension_list=0;
* MySQL database module interface
*/
static cmd_export_t cmds[] = {
{"db_bind_api", (cmd_function)db_sqlite_bind_api, 0, 0, 0, 0},
{0, 0, 0, 0, 0, 0}
{"db_bind_api", (cmd_function)db_sqlite_bind_api, {{0,0,0}},0},
{0,0,{{0,0,0}},0}
};

/*
Expand Down

0 comments on commit 9ff31a5

Please sign in to comment.