captive_cdrom_init(): 'const gchar *image_pathname' -> 'GIOChannel *image_iochannel'
authorshort <>
Thu, 12 Dec 2002 04:03:12 +0000 (04:03 +0000)
committershort <>
Thu, 12 Dec 2002 04:03:12 +0000 (04:03 +0000)
+captive_giochannel_size(): detect 'GIOChannel' file/device size

src/libcaptive/include/captive/storage.h

index da8ee5c..e7c2397 100644 (file)
 
 
 #include <glib/gtypes.h>
+#include <glib/giochannel.h>
 #include "reactos/ntos/types.h"        /* for ULONG */
 
 
 G_BEGIN_DECLS
 
-gboolean captive_cdrom_init(const gchar *image_pathname);
+guint64 captive_giochannel_size(GIOChannel *channel);
+gboolean captive_cdrom_init(GIOChannel *image_iochannel);
 
 G_END_DECLS