Skip to content

Commit

Permalink
dialog: updating the exported expected parameters to match the functions
Browse files Browse the repository at this point in the history
- Mismatch between export and function declaration with regards to the quantity of parameters

(cherry picked from commit ed2c915)
  • Loading branch information
verticelo authored and miconda committed Nov 27, 2017
1 parent 49ab70f commit 02f6ef0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/modules/dialog/dialog.c
Expand Up @@ -1826,7 +1826,7 @@ static sr_kemi_t sr_kemi_dialog_exports[] = {
},
{ str_init("dialog"), str_init("set_dlg_profile_static"),
SR_KEMIP_INT, ki_set_dlg_profile_static,
{ SR_KEMIP_STR, SR_KEMIP_STR, SR_KEMIP_NONE,
{ SR_KEMIP_STR, SR_KEMIP_NONE, SR_KEMIP_NONE,
SR_KEMIP_NONE, SR_KEMIP_NONE, SR_KEMIP_NONE }
},
{ str_init("dialog"), str_init("set_dlg_profile"),
Expand All @@ -1836,7 +1836,7 @@ static sr_kemi_t sr_kemi_dialog_exports[] = {
},
{ str_init("dialog"), str_init("unset_dlg_profile_static"),
SR_KEMIP_INT, ki_unset_dlg_profile_static,
{ SR_KEMIP_STR, SR_KEMIP_STR, SR_KEMIP_NONE,
{ SR_KEMIP_STR, SR_KEMIP_NONE, SR_KEMIP_NONE,
SR_KEMIP_NONE, SR_KEMIP_NONE, SR_KEMIP_NONE }
},
{ str_init("dialog"), str_init("unset_dlg_profile"),
Expand All @@ -1846,7 +1846,7 @@ static sr_kemi_t sr_kemi_dialog_exports[] = {
},
{ str_init("dialog"), str_init("is_in_profile_static"),
SR_KEMIP_INT, ki_is_in_profile_static,
{ SR_KEMIP_STR, SR_KEMIP_STR, SR_KEMIP_NONE,
{ SR_KEMIP_STR, SR_KEMIP_NONE, SR_KEMIP_NONE,
SR_KEMIP_NONE, SR_KEMIP_NONE, SR_KEMIP_NONE }
},
{ str_init("dialog"), str_init("is_in_profile"),
Expand Down

0 comments on commit 02f6ef0

Please sign in to comment.