Skip to content

Commit

Permalink
core: kemi - renamed drop prototype to sr_kemi_core_set_drop()
Browse files Browse the repository at this point in the history
- match the implementation after kemi API update for drop
  • Loading branch information
miconda committed Apr 3, 2018
1 parent a5dd60c commit f5be717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/kemi.h
Expand Up @@ -128,6 +128,6 @@ run_act_ctx_t* sr_kemi_act_ctx_get(void);
str *sr_kemi_param_map_get_name(int ptype);
str *sr_kemi_param_map_get_params(int *ptypes);

int sr_kemi_core_drop(sip_msg_t *msg);
int sr_kemi_core_set_drop(sip_msg_t *msg);

#endif

0 comments on commit f5be717

Please sign in to comment.