mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
c037100747
We'll maintain it in the c-toxcore repo, where it belongs.
12 lines
197 B
C
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
|