]> rtime.felk.cvut.cz Git - l4.git/blobdiff - l4/pkg/ocaml_toys/libiso9660/include/iso9660.h
Update
[l4.git] / l4 / pkg / ocaml_toys / libiso9660 / include / iso9660.h
diff --git a/l4/pkg/ocaml_toys/libiso9660/include/iso9660.h b/l4/pkg/ocaml_toys/libiso9660/include/iso9660.h
deleted file mode 100644 (file)
index 9d194e6..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-#pragma once
-
-unsigned const ISO_BLOCK_SIZE = 2048;
-
-int open_disk_image (char const * const name);
-
-unsigned opendir (char const * const name);
-bool readdir (unsigned rec);
-char const * filename (unsigned rec);
-bool is_file (unsigned rec);
-
-unsigned lookup_file (char const * const name, unsigned* size);
-unsigned lookup_file (unsigned rec, unsigned* size);