Module: kamailio Branch: 5.2 Commit: 63185483ae8f13e7199c9eedd30d0794a1598a05 URL: https://github.com/kamailio/kamailio/commit/63185483ae8f13e7199c9eedd30d0794...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2019-05-03T09:36:51+02:00
core: kemi - define for function type with (str*, str*, int, int, str*) params
(cherry picked from commit a23f98c1751fffb80463ea61c4de76f62f8dbb6f)
---
Modified: src/core/kemi.h
---
Diff: https://github.com/kamailio/kamailio/commit/63185483ae8f13e7199c9eedd30d0794... Patch: https://github.com/kamailio/kamailio/commit/63185483ae8f13e7199c9eedd30d0794...
---
diff --git a/src/core/kemi.h b/src/core/kemi.h index 96ecf98cd2..5d3c84ebb7 100644 --- a/src/core/kemi.h +++ b/src/core/kemi.h @@ -108,6 +108,7 @@ typedef int (*sr_kemi_fmssss_f)(sip_msg_t*, str*, str*, str*, str*);
/* sip_msg_t and five int|str params */ typedef int (*sr_kemi_fmsssss_f)(sip_msg_t*, str*, str*, str*, str*, str*); +typedef int (*sr_kemi_fmssnns_f)(sip_msg_t*, str*, str*, int, int, str*);
/* sip_msg_t and six int|str params */ typedef int (*sr_kemi_fmssssss_f)(sip_msg_t*, str*, str*, str*, str*, str*, str*);