tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

pr_freeaddrinfo.rst (465B)


      1 PR_FreeAddrInfo
      2 ===============
      3 
      4 
      5 Destroys the ``PRAddrInfo`` structure returned by
      6 :ref:`PR_GetAddrInfoByName`.
      7 
      8 
      9 Syntax
     10 ------
     11 
     12 .. code::
     13 
     14   #include <prnetdb.h>
     15 
     16   void PR_EnumerateAddrInfo(PRAddrInfo *addrInfo);
     17 
     18 
     19 Parameters
     20 ~~~~~~~~~~
     21 
     22 The function has the following parameters:
     23 
     24 ``addrInfo``
     25   A pointer to a ``PRAddrInfo`` structure returned by a successful call
     26   to :ref:`PR_GetAddrInfoByName`.
     27 
     28 
     29 Returns
     30 ~~~~~~~
     31 
     32 The function doesn't return anything.