toxcore/testing/hstox/errors.h
iphydf c037100747
Import the hstox SUT interface from hstox.
We'll maintain it in the c-toxcore repo, where it belongs.
2016-10-01 02:13:34 +01:00

12 lines
197 B
C

#define E_OK 0
#define E_NOMEM 1
#define E_SOCKET 2
#define E_BIND 3
#define E_LISTEN 4
#define E_ACCEPT 5
#define E_PARSE 6
#define E_OPEN 7
#define E_READ 8
#define E_WRITE 9
#define E_SODIUM 10