Skip to content

Commit

Permalink
proto_bin: 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 db062d3 commit b619652
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/proto_bin/proto_bin.c
Expand Up @@ -81,8 +81,8 @@ struct bin_data {
};

static cmd_export_t cmds[] = {
{"proto_init", (cmd_function)proto_bin_init, 0, 0, 0, 0},
{0,0,0,0,0,0}
{"proto_init", (cmd_function)proto_bin_init, {{0,0,0}},0},
{0,0,{{0,0,0}},0}
};

static param_export_t params[] = {
Expand Down

0 comments on commit b619652

Please sign in to comment.