Files
tubestation/docs/nspr/reference/prfileprivate.rst
2022-02-02 17:19:51 +00:00

25 lines
437 B
ReStructuredText

PRFilePrivate
=============
Layer-dependent implementation data.
Syntax
------
.. code:: eval
#include <prio.h>
typedef struct PRFilePrivate PRFilePrivate;
Description
-----------
A layer implementor 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.