Skip to content

Commit

Permalink
pv_headers: update kemi exports signatures to match c code
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Apr 18, 2022
1 parent 6cddfb8 commit 9601f65
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/modules/pv_headers/pv_headers.c
Original file line number Diff line number Diff line change
Expand Up @@ -590,13 +590,13 @@ static sr_kemi_t pvh_kemi_exports[] = {
},
{ str_init("pv_headers"), str_init("pvh_header_param_exists"),
SR_KEMIP_INT, pvh_header_param_exists,
{ SR_KEMIP_STR, SR_KEMIP_INT, SR_KEMIP_NONE,
{ SR_KEMIP_STR, SR_KEMIP_STR, SR_KEMIP_NONE,
SR_KEMIP_NONE, SR_KEMIP_NONE, SR_KEMIP_NONE}
},
{ str_init("pv_headers"), str_init("pvh_remove_header_param"),
SR_KEMIP_INT, pvh_remove_header_param,
{ SR_KEMIP_STR, SR_KEMIP_INT, SR_KEMIP_NONE,
SR_KEMIP_NONE, SR_KEMIP_NONE, SR_KEMIP_NONE}
{ SR_KEMIP_INT, SR_KEMIP_STR, SR_KEMIP_STR,
SR_KEMIP_STR, SR_KEMIP_NONE, SR_KEMIP_NONE}
},
{{0, 0}, {0, 0}, 0, NULL, {0, 0, 0, 0, 0, 0}}
};
Expand Down

0 comments on commit 9601f65

Please sign in to comment.