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 authored and liviuchircu committed Apr 4, 2019
1 parent ce3a075 commit 81148c8
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 81148c8

Please sign in to comment.