X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fio%2Fhandle.h;h=24b9ee6a9e9e192b63fb4eb2230cd66050577c4c;hb=be67e7f4a28332bfab44d0cbc9f008e24ddf3510;hp=44b59371e56ef5262f1e0ba0dd621eb73ef0192a;hpb=3b8384a993aed55b348bf51bb02900b3aa010ef8;p=libs%2Fcore.git diff --git a/source/io/handle.h b/source/io/handle.h index 44b5937..24b9ee6 100644 --- a/source/io/handle.h +++ b/source/io/handle.h @@ -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