[Aggregator] Comment ip_bytes_to_string()

This commit is contained in:
Matteo Cypriani 2011-03-10 19:33:59 +01:00
parent b4ee915e2d
commit cfdbdccca3
1 changed files with 4 additions and 0 deletions

View File

@ -1075,6 +1075,10 @@ void print_couple_info(couple_info_list *info)
/*
* Converts an IP address from bytes to string.
* /!\ You *must* manually free the returned string /!\
*/
char* ip_bytes_to_string(uint8_t ip_binary[4])
{
int_fast8_t