Skip to content

Commit

Permalink
Make b2bl_bridge_extern() & internal_init_scenario() implementations
Browse files Browse the repository at this point in the history
match prototype.
  • Loading branch information
sobomax committed Feb 17, 2023
1 parent c4a9d9f commit 0d438d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/b2b_logic_xml/b2b_load.h
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ typedef struct b2bl_api
b2bl_restore_upper_info_f restore_upper_info;
}b2bl_api_t;

str* internal_init_scenario(struct sip_msg* msg, str* name, str* args[5],
str* internal_init_scenario(struct sip_msg* msg, str* name, str* args[MAX_SCENARIO_PARAMS],
b2bl_cback_f, void* param, unsigned int cb_mask, str* custom_hdrs);

typedef int(*load_b2bl_f)( b2bl_api_t *api );
Expand Down
2 changes: 1 addition & 1 deletion modules/b2b_logic_xml/b2b_logic.c
Original file line number Diff line number Diff line change
Expand Up @@ -1087,7 +1087,7 @@ struct to_body* get_b2bl_from(struct sip_msg* msg)
}


str* b2bl_bridge_extern(str* scenario_name, str* args[],
str* b2bl_bridge_extern(str* scenario_name, str* args[5],
b2bl_cback_f cbf, void* cb_param, unsigned int cb_mask)
{
b2b_scenario_t* scenario_struct;
Expand Down

0 comments on commit 0d438d0

Please sign in to comment.