Module: kamailio Branch: master Commit: f5be717996b6e3ad6c9d98f1d856e48414faa405 URL: https://github.com/kamailio/kamailio/commit/f5be717996b6e3ad6c9d98f1d856e484...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2018-04-03T10:08:51+02:00
core: kemi - renamed drop prototype to sr_kemi_core_set_drop()
- match the implementation after kemi API update for drop
---
Modified: src/core/kemi.h
---
Diff: https://github.com/kamailio/kamailio/commit/f5be717996b6e3ad6c9d98f1d856e484... Patch: https://github.com/kamailio/kamailio/commit/f5be717996b6e3ad6c9d98f1d856e484...
---
diff --git a/src/core/kemi.h b/src/core/kemi.h index db8595977d..d19e094c63 100644 --- a/src/core/kemi.h +++ b/src/core/kemi.h @@ -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