more network stuff
[libjh.git] / header.h
1 #include <ev.h>
2
3 /***** COMPILER-SPECIFIC STUFF *****/
4 #ifdef __GNUC__
5   #define JH_ATTR_NORETURN __attribute__ ((noreturn))
6 #else
7   #define JH_ATTR_NORETURN /* nothing */
8 #endif