captive_init(): 'const gchar *image_pathname' -> 'GIOChannel *image_iochannel'
authorshort <>
Thu, 12 Dec 2002 04:03:51 +0000 (04:03 +0000)
committershort <>
Thu, 12 Dec 2002 04:03:51 +0000 (04:03 +0000)
src/libcaptive/include/captive/client.h

index 601ae91..84fbe3b 100644 (file)
 
 #include <glib/gmacros.h>
 #include <glib/gtypes.h>
+#include <glib/giochannel.h>
 
 
 G_BEGIN_DECLS
 
-gboolean captive_init(const gchar *fs_path,const gchar *image_pathname);
+gboolean captive_init(const gchar *fs_path,GIOChannel *image_iochannel);
 gboolean captive_cleanup(void);
 
 G_END_DECLS