]> sjero.net Git - linphone/blobdiff - coreapi/linphonecore.h
Remove useless arguement in linphone_core_upnp_available
[linphone] / coreapi / linphonecore.h
index 5ae73cc4dd91bb48676affa7a65d06151992d48e..67d4fb255bf02f3c9d102cc252b264992268b64d 100644 (file)
@@ -1199,10 +1199,9 @@ const char * linphone_core_get_stun_server(const LinphoneCore *lc);
  * @ingroup network_parameters
  * Return the availability of uPnP.
  *
- * @param lc #LinphoneCore
  * @return true if uPnP is available otherwise return false. 
  */
-bool_t linphone_core_upnp_available(const LinphoneCore *lc);
+bool_t linphone_core_upnp_available();
 
 /**
  * @ingroup network_parameters