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

Daniel-Constantin Mierla miconda at gmail.com
Fri May 3 09:37:29 CEST 2019


Module: kamailio
Branch: 5.2
Commit: 63185483ae8f13e7199c9eedd30d0794a1598a05
URL: https://github.com/kamailio/kamailio/commit/63185483ae8f13e7199c9eedd30d0794a1598a05

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

---

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




More information about the sr-dev mailing list