PRStatus ======== Type for status code returned by some functions. Syntax ------ .. code:: #include typedef enum { PR_FAILURE = -1, PR_SUCCESS = 0 } PRStatus;