[sr-dev] git:master:a23f98c1: core: kemi - define for function type with (str*, str*, int, int, str*) params

Daniel-Constantin Mierla miconda at gmail.com
Tue Dec 4 14:59:22 CET 2018


Module: kamailio
Branch: master
Commit: a23f98c1751fffb80463ea61c4de76f62f8dbb6f
URL: https://github.com/kamailio/kamailio/commit/a23f98c1751fffb80463ea61c4de76f62f8dbb6f

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at 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/a23f98c1751fffb80463ea61c4de76f62f8dbb6f.diff
Patch: https://github.com/kamailio/kamailio/commit/a23f98c1751fffb80463ea61c4de76f62f8dbb6f.patch

---

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*);




More information about the sr-dev mailing list