Depends on D137612 Differential Revision: https://phabricator.services.mozilla.com/D137650
15 lines
188 B
ReStructuredText
15 lines
188 B
ReStructuredText
PRStatus
|
|
========
|
|
|
|
Type for status code returned by some functions.
|
|
|
|
|
|
Syntax
|
|
------
|
|
|
|
.. code:: eval
|
|
|
|
#include <prtypes.h>
|
|
|
|
typedef enum { PR_FAILURE = -1, PR_SUCCESS = 0 } PRStatus;
|