Module: kamailio Branch: master Commit: be1675185c6b6b18133ac928155ec8559a050bbb URL: https://github.com/kamailio/kamailio/commit/be1675185c6b6b18133ac928155ec855...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@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/be1675185c6b6b18133ac928155ec855... Patch: https://github.com/kamailio/kamailio/commit/be1675185c6b6b18133ac928155ec855...
---
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*);