diff options
Diffstat (limited to 'src/connection.h')
-rw-r--r-- | src/connection.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/connection.h b/src/connection.h index 5e86ff4..b5b121b 100644 --- a/src/connection.h +++ b/src/connection.h | |||
@@ -266,7 +266,7 @@ public: | |||
266 | * readInput function to control blocking time. | 266 | * readInput function to control blocking time. |
267 | *@returns True socket is still connected, otherwise false. | 267 | *@returns True socket is still connected, otherwise false. |
268 | */ | 268 | */ |
269 | bool readInput(); | 269 | int readInput(); |
270 | 270 | ||
271 | /** | 271 | /** |
272 | * Reads all pending input from the connection, blocking up to nSec | 272 | * Reads all pending input from the connection, blocking up to nSec |