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

22 lines
299 B
ReStructuredText

Syntax
------
.. code::
#include <plhash.h>
typedef PLHashNumber (PR_CALLBACK *PLHashFunction)(const void *key);
Description
-----------
``PLHashNumber`` is a function type that maps the key of a hash table
entry to a hash number.
See Also
--------
`PL_HashString <PL_HashString>`__