Destroys the PRAddrInfo structure returned by PR_GetAddrInfoByName.
#include <prnetdb.h> void PR_EnumerateAddrInfo(PRAddrInfo *addrInfo);
The function has the following parameters:
addrInfoPRAddrInfo structure returned by a successful call to PR_GetAddrInfoByName.The function doesn't return anything.