Module: kamailio Branch: master Commit: a23f98c1751fffb80463ea61c4de76f62f8dbb6f URL: https://github.com/kamailio/kamailio/commit/a23f98c1751fffb80463ea61c4de76f6...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2018-12-04T14:57:41+01:00
core: kemi - define for function type with (str*, str*, int, int, str*) params
---
Modified: src/core/kemi.h
---
Diff: https://github.com/kamailio/kamailio/commit/a23f98c1751fffb80463ea61c4de76f6... Patch: https://github.com/kamailio/kamailio/commit/a23f98c1751fffb80463ea61c4de76f6...
---
diff --git a/src/core/kemi.h b/src/core/kemi.h index 0822c752f4..51ea72b43b 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*);