Module: kamailio Branch: master Commit: be1675185c6b6b18133ac928155ec8559a050bbb URL: https://github.com/kamailio/kamailio/commit/be1675185c6b6b18133ac928155ec8559a050bbb
Author: Daniel-Constantin Mierla <[email protected]> Committer: Daniel-Constantin Mierla <[email protected]> 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*); _______________________________________________ sr-dev mailing list [email protected] http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
