]> sjero.net Git - linphone/blobdiff - coreapi/offeranswer.h
update ms2 and cleanup dead function
[linphone] / coreapi / offeranswer.h
index 079f41c96fb13295c4c9fa45fbe28864addab1c6..5aa658ae61989308dd127c8d384fef0c00da6703 100644 (file)
@@ -41,7 +41,7 @@ int offer_answer_initiate_outgoing(const SalMediaDescription *local_offer,
 **/
 int offer_answer_initiate_incoming(const SalMediaDescription *local_capabilities,
                                                const SalMediaDescription *remote_offer,
-                                       SalMediaDescription *result);
+                                       SalMediaDescription *result, bool_t one_matching_codec);
                                        
 #endif