Skip to content

Commit

Permalink
b2b_entities: 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 ae1c6fa commit c1eabba
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions modules/b2b_entities/b2b_entities.c
Expand Up @@ -81,10 +81,9 @@ struct tm_binds tmb;
uac_auth_api_t uac_auth_api;

/** Exported functions */
static cmd_export_t cmds[]=
{
{"load_b2b", (cmd_function)b2b_entities_bind, 1, 0, 0, 0},
{ 0, 0, 0, 0, 0, 0}
static cmd_export_t cmds[] = {
{"load_b2b", (cmd_function)b2b_entities_bind, {{0,0,0}}, 0},
{0,0,{{0,0,0}},0}
};

/** Exported parameters */
Expand Down

0 comments on commit c1eabba

Please sign in to comment.