@rfuchs commented on this pull request.
typedef struct rtpengine_api
{
rtpengine_start_recording_f start_recording;
rtpengine_answer_f answer;
rtpengine_offer_f offer;
- rtpengine_delete_f delete;
+ rtpengine_delete_f _delete;
Any reason for the underscore? :smile:
J/W, otherwise LGTM
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/3956#pullrequestreview-2263137327
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/pull/3956/review/2263137327(a)github.com>