tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

prstatus.rst (183B)


      1 PRStatus
      2 ========
      3 
      4 Type for status code returned by some functions.
      5 
      6 
      7 Syntax
      8 ------
      9 
     10 .. code::
     11 
     12   #include <prtypes.h>
     13 
     14   typedef enum { PR_FAILURE = -1, PR_SUCCESS = 0 } PRStatus;