Skip to content

Commit

Permalink
dbtext: align functions export to new format
Browse files Browse the repository at this point in the history
  • Loading branch information
rvlad-patrascu committed Apr 2, 2019
1 parent f038e5c commit b0ab31d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions modules/db_text/dbtext.c
Expand Up @@ -61,11 +61,9 @@ int dbt_bind_api(const str* mod, db_func_t *dbb);
* Exported functions
*/
static cmd_export_t cmds[] = {
{"db_bind_api", (cmd_function)dbt_bind_api, 0, 0, 0, 0},
{0, 0, 0, 0, 0, 0}
{"db_bind_api", (cmd_function)dbt_bind_api, {{0,0,0}}, 0},
};


/*
* Exported parameters
*/
Expand Down

0 comments on commit b0ab31d

Please sign in to comment.