summaryrefslogtreecommitdiff
path: root/socketft.h
diff options
context:
space:
mode:
Diffstat (limited to 'socketft.h')
-rw-r--r--socketft.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/socketft.h b/socketft.h
index 2ce5454..e8baef0 100644
--- a/socketft.h
+++ b/socketft.h
@@ -130,7 +130,7 @@ public:
#else
bool MustWaitForResult() {return true;}
#endif
- void Receive(byte* buf, unsigned int bufLen);
+ bool Receive(byte* buf, unsigned int bufLen);
unsigned int GetReceiveResult();
bool EofReceived() const {return m_eofReceived;}