summaryrefslogtreecommitdiff
path: root/includes/cdabstract.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes/cdabstract.h')
-rw-r--r--includes/cdabstract.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/includes/cdabstract.h b/includes/cdabstract.h
new file mode 100644
index 0000000..66aa909
--- /dev/null
+++ b/includes/cdabstract.h
@@ -0,0 +1,8 @@
+#ifndef __CD_ABSTRACT_H__
+#define __CD_ABSTRACT_H__
+
+#include "Handle.h"
+
+Handle * open_iso(const String &);
+
+#endif