]> git.stg.codes - stg.git/blobdiff - stglibs/common.lib/include/stg/common.h
Added special function to read/write all data (for TCP).
[stg.git] / stglibs / common.lib / include / stg / common.h
index 94c26a8b26c021fd9c478c81910e86edfaa9994a..0791f0938e9e89c327ba255f07f2b1f97f9a358d 100644 (file)
@@ -139,6 +139,9 @@ int ParseYesNo(const std::string & str, bool * val);
 
 bool WaitPackets(int sd);
 
+bool ReadAll(int sd, void * dest, size_t size);
+bool WriteAll(int sd, const void * source, size_t size);
+
 //-----------------------------------------------------------------------------
 int str2x(const std::string & str, int32_t & x);
 int str2x(const std::string & str, uint32_t & x);