@rfuchs commented on this pull request.
+typedef int (*rtpengine_answer_f)(struct sip_msg
*msg, str *str);
+typedef int (*rtpengine_answer0_f)(struct sip_msg *msg);
+typedef int (*rtpengine_offer_f)(struct sip_msg *msg, str *str);
+typedef int (*rtpengine_offer0_f)(struct sip_msg *msg);
+typedef int (*rtpengine_delete_f)(struct sip_msg *msg, str *str);
+typedef int (*rtpengine_delete0_f)(struct sip_msg *msg);
You should only need one version of each function as the functions are able to handle NULL
pointers passed to them.
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/3956#pullrequestreview-2260655328
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/pull/3956/review/2260655328(a)github.com>