Torc  0.1
torcexitcodes.h
Go to the documentation of this file.
1 #ifndef __TORC_EXIT_CODES__
2 #define __TORC_EXIT_CODES__
3 
4 #define TORC_EXIT_OK 0
5 #define TORC_EXIT_RESTART 1
6 #define TORC_EXIT_UNKOWN_ERROR 128
7 #define TORC_EXIT_INVALID_CMDLINE 129
8 #define TORC_EXIT_NO_CONTEXT 130
9 
10 #endif // __TORC_EXIT_CODES__