1
0
Fork 0
firefox/docs/nspr/reference/pr_freeaddrinfo.rst
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

32 lines
465 B
ReStructuredText

PR_FreeAddrInfo
===============
Destroys the ``PRAddrInfo`` structure returned by
:ref:`PR_GetAddrInfoByName`.
Syntax
------
.. code::
#include <prnetdb.h>
void PR_EnumerateAddrInfo(PRAddrInfo *addrInfo);
Parameters
~~~~~~~~~~
The function has the following parameters:
``addrInfo``
A pointer to a ``PRAddrInfo`` structure returned by a successful call
to :ref:`PR_GetAddrInfoByName`.
Returns
~~~~~~~
The function doesn't return anything.