Skip to content

Commit

Permalink
db_unixodbc: 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 9ff31a5 commit fb0f640
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions modules/db_unixodbc/db_unixodbc.c
Expand Up @@ -42,11 +42,10 @@ int db_unixodbc_bind_api(const str* mod, db_func_t *dbb);
* MySQL database module interface
*/
static cmd_export_t cmds[] = {
{"db_bind_api", (cmd_function)db_unixodbc_bind_api, 0, 0, 0, 0},
{0, 0, 0, 0, 0, 0}
{"db_bind_api", (cmd_function)db_unixodbc_bind_api, {{0,0,0}},0},
{0,0,{{0,0,0}},0}
};


/*
* Exported parameters
*/
Expand Down

0 comments on commit fb0f640

Please sign in to comment.