X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fio%2Fseek.h;fp=source%2Fio%2Fseek.h;h=0000000000000000000000000000000000000000;hb=86e0004bd195bc7f7478cf736871339bddf38127;hp=3c6c3318e1060c4064d581f05e866891edb5c926;hpb=8f2711fba7a2817840038630d9cf9a2060ecbe8e;p=libs%2Fcore.git diff --git a/source/io/seek.h b/source/io/seek.h deleted file mode 100644 index 3c6c331..0000000 --- a/source/io/seek.h +++ /dev/null @@ -1,19 +0,0 @@ -#ifndef MSP_IO_SEEK_H_ -#define MSP_IO_SEEK_H_ - -namespace Msp { -namespace IO { - -enum SeekType -{ - S_BEG, - S_CUR, - S_END -}; - -extern int sys_seek_type(SeekType); - -} // namespace IO -} // namespace Msp - -#endif