]> git.tdb.fi Git - libs/core.git/blobdiff - source/seek.h
Move files to prepare for assimilation into core
[libs/core.git] / source / seek.h
diff --git a/source/seek.h b/source/seek.h
deleted file mode 100644 (file)
index 3c6c331..0000000
+++ /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