1 #ifndef HRK_CONNECTION_UTILS_H
2 #define HRK_CONNECTION_UTILS_H
17 Connection_utils_infinity = -1,
21 extern void ignore(Connection* connection,
int timeout,
22 int size = Connection_utils_infinity);
23 extern bool ignore_to(Connection* connection,
int timeout,
char ch);
25 extern int readline(Connection* connection,
26 char* data,
int max_data_size,
int timeout,
27 int end_ch = Line_feed);