[sr-dev] git:master:ccf74015: core: kemi - prototypes for kemi functions with (str, long) params
Daniel-Constantin Mierla
miconda at gmail.com
Thu Nov 24 10:35:55 CET 2022
Module: kamailio
Branch: master
Commit: ccf74015e7f1bf60f56efa1f24a6370e0857c4c9
URL: https://github.com/kamailio/kamailio/commit/ccf74015e7f1bf60f56efa1f24a6370e0857c4c9
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date: 2022-11-24T10:32:29+01:00
core: kemi - prototypes for kemi functions with (str,long) params
---
Modified: src/core/kemi.h
---
Diff: https://github.com/kamailio/kamailio/commit/ccf74015e7f1bf60f56efa1f24a6370e0857c4c9.diff
Patch: https://github.com/kamailio/kamailio/commit/ccf74015e7f1bf60f56efa1f24a6370e0857c4c9.patch
---
diff --git a/src/core/kemi.h b/src/core/kemi.h
index 2a8ce7105f..9749f2632d 100644
--- a/src/core/kemi.h
+++ b/src/core/kemi.h
@@ -105,6 +105,7 @@ typedef int (*sr_kemi_fmnn_f)(sip_msg_t*, int, int);
typedef int (*sr_kemi_fmns_f)(sip_msg_t*, int, str*);
typedef int (*sr_kemi_fmsn_f)(sip_msg_t*, str*, int);
typedef int (*sr_kemi_fmss_f)(sip_msg_t*, str*, str*);
+typedef int (*sr_kemi_fmsl_f)(sip_msg_t*, str*, long);
/* sip_msg_t and three int|str params */
typedef int (*sr_kemi_fmnnn_f)(sip_msg_t*, int, int, int);
@@ -183,6 +184,7 @@ typedef sr_kemi_xval_t* (*sr_kemi_xfmnn_f)(sip_msg_t*, int, int);
typedef sr_kemi_xval_t* (*sr_kemi_xfmns_f)(sip_msg_t*, int, str*);
typedef sr_kemi_xval_t* (*sr_kemi_xfmsn_f)(sip_msg_t*, str*, int);
typedef sr_kemi_xval_t* (*sr_kemi_xfmss_f)(sip_msg_t*, str*, str*);
+typedef sr_kemi_xval_t* (*sr_kemi_xfmsl_f)(sip_msg_t*, str*, long);
/* return xval, params sip_msg_t and three int|str params */
typedef sr_kemi_xval_t* (*sr_kemi_xfmnnn_f)(sip_msg_t*, int, int, int);
More information about the sr-dev
mailing list