From c1eabba6ffa375dc0f645723e5705955a706c78c Mon Sep 17 00:00:00 2001 From: Vlad Patrascu Date: Tue, 2 Apr 2019 18:52:27 +0300 Subject: [PATCH] b2b_entities: align functions export to new format --- modules/b2b_entities/b2b_entities.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/modules/b2b_entities/b2b_entities.c b/modules/b2b_entities/b2b_entities.c index 02f56c6155d..dc7fbfae19d 100644 --- a/modules/b2b_entities/b2b_entities.c +++ b/modules/b2b_entities/b2b_entities.c @@ -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 */