win.cc | win.cc | |||
---|---|---|---|---|
skipping to change at line 617 | skipping to change at line 617 | |||
GNUNET_free_non_null (interfaces6); | GNUNET_free_non_null (interfaces6); | |||
} | } | |||
GNUNET_free (pAddresses); | GNUNET_free (pAddresses); | |||
return GNUNET_OK; | return GNUNET_OK; | |||
} | } | |||
void | void | |||
EnumNICs3_free (struct EnumNICs3_results *r) | EnumNICs3_free (struct EnumNICs3_results *r) | |||
{ | { | |||
GNUNET_free (r); | GNUNET_free_non_null (r); | |||
} | } | |||
/** | /** | |||
* Lists all network interfaces in a combo box | * Lists all network interfaces in a combo box | |||
* Used by the basic GTK configurator | * Used by the basic GTK configurator | |||
* | * | |||
* @param callback function to call for each NIC | * @param callback function to call for each NIC | |||
* @param callback_cls closure for callback | * @param callback_cls closure for callback | |||
*/ | */ | |||
int | int | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |