1
0
Fork 0
firefox/docs/nspr/reference/prfileprivate.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

24 lines
432 B
ReStructuredText

PRFilePrivate
=============
Layer-dependent implementation data.
Syntax
------
.. code::
#include <prio.h>
typedef struct PRFilePrivate PRFilePrivate;
Description
-----------
A layer implementer should collect all the private data of the layer in
the :ref:`PRFilePrivate` structure. Each layer has its own definition of
:ref:`PRFilePrivate`, which is hidden from other layers as well as from the
users of the layer.