mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 23:02:20 +00:00
ce377110d8
Differential Revision: https://phabricator.services.mozilla.com/D165625
15 lines
183 B
ReStructuredText
15 lines
183 B
ReStructuredText
PRStatus
|
|
========
|
|
|
|
Type for status code returned by some functions.
|
|
|
|
|
|
Syntax
|
|
------
|
|
|
|
.. code::
|
|
|
|
#include <prtypes.h>
|
|
|
|
typedef enum { PR_FAILURE = -1, PR_SUCCESS = 0 } PRStatus;
|