]> git.lizzy.rs Git - dragonnet.git/blob - dragonnet/error.h
Handle WSA errors properly
[dragonnet.git] / dragonnet / error.h
1 #ifndef _DRAGONNET_ERROR_H_
2 #define _DRAGONNET_ERROR_H_
3
4 #include <stdbool.h>
5
6 void dragonnet_perror(const char *str);
7 bool dragonnet_isconnerr();
8 bool dragonnet_isintrerr();
9
10 #endif