[sr-dev] git:master:be167518: core: kemi - prototype for embedded functions with str-str-int-int params

Daniel-Constantin Mierla miconda at gmail.com
Thu Apr 21 15:43:15 CEST 2016


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

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date: 2016-04-21T15:37:52+02:00

core: kemi - prototype for embedded functions with str-str-int-int params

---

Modified: kemi.h

---

Diff:  https://github.com/kamailio/kamailio/commit/be1675185c6b6b18133ac928155ec8559a050bbb.diff
Patch: https://github.com/kamailio/kamailio/commit/be1675185c6b6b18133ac928155ec8559a050bbb.patch

---

diff --git a/kemi.h b/kemi.h
index bd3c19d..c1380d5 100644
--- a/kemi.h
+++ b/kemi.h
@@ -84,6 +84,7 @@ typedef int (*sr_kemi_fmssn_f)(sip_msg_t*, str*, str*, int);
 typedef int (*sr_kemi_fmsss_f)(sip_msg_t*, str*, str*, str*);
 
 typedef int (*sr_kemi_fmssss_f)(sip_msg_t*, str*, str*, str*, str*);
+typedef int (*sr_kemi_fmssnn_f)(sip_msg_t*, str*, str*, int, int);
 typedef int (*sr_kemi_fmsssss_f)(sip_msg_t*, str*, str*, str*, str*, str*);
 typedef int (*sr_kemi_fmssssss_f)(sip_msg_t*, str*, str*, str*, str*, str*, str*);
 




More information about the sr-dev mailing list