+captive/storage.h
authorshort <>
Mon, 4 Nov 2002 14:55:12 +0000 (14:55 +0000)
committershort <>
Mon, 4 Nov 2002 14:55:12 +0000 (14:55 +0000)
src/libcaptive/include/captive/Makefile.am
src/libcaptive/include/captive/storage.h [new file with mode: 0644]

index d5b5da7..4c06554 100644 (file)
@@ -27,5 +27,6 @@ pkginclude_HEADERS+= \
                macros.h \
                mm.h \
                ps_reactos.h \
+               storage.h \
                unicode.h \
                unicode_reactos.h
diff --git a/src/libcaptive/include/captive/storage.h b/src/libcaptive/include/captive/storage.h
new file mode 100644 (file)
index 0000000..da8ee5c
--- /dev/null
@@ -0,0 +1,35 @@
+/* $Id$
+ * Include file for reactos storage device drivers emulation of libcaptive
+ * Copyright (C) 2002 Jan Kratochvil <project-captive@jankratochvil.net>
+ * 
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; exactly version 2 of June 1991 is required
+ * 
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ * 
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ */
+
+
+#ifndef _CAPTIVE_STORAGE_H
+#define _CAPTIVE_STORAGE_H 1
+
+
+#include <glib/gtypes.h>
+#include "reactos/ntos/types.h"        /* for ULONG */
+
+
+G_BEGIN_DECLS
+
+gboolean captive_cdrom_init(const gchar *image_pathname);
+
+G_END_DECLS
+
+
+#endif /* _CAPTIVE_STORAGE_H */