]> git.tdb.fi Git - libs/core.git/blobdiff - source/io/handle.h
Move some common operations to helper functions
[libs/core.git] / source / io / handle.h
index 44b59371e56ef5262f1e0ba0dd621eb73ef0192a..24b9ee6a9e9e192b63fb4eb2230cd66050577c4c 100644 (file)
@@ -27,6 +27,11 @@ public:
        operator const void *() const;
 };
 
+
+unsigned sys_read(Handle &, char *, unsigned);
+unsigned sys_write(Handle &, const char *, unsigned);
+void sys_close(Handle &);
+
 } // namespace IO
 } // namespace Msp