fune/docs/nspr/reference/plhashfunction.rst
2022-02-02 17:19:51 +00:00

22 lines
304 B
ReStructuredText

Syntax
------
.. code:: eval
#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>`__