@rfuchs commented on this pull request.


In src/modules/rtpengine/api.h:

>  
 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? 😄

J/W, otherwise LGTM


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <kamailio/kamailio/pull/3956/review/2263137327@github.com>