Implemented captive-install-acquire Gnome interface.
[captive.git] / src / install / acquire / captivemodid.h
index bc0390f..f654f34 100644 (file)
@@ -24,6 +24,7 @@
 #include <glib/gtypes.h>
 #include <libgnomevfs/gnome-vfs-file-size.h>
 #include <libxml/tree.h>       /* for xmlChar */
+#include <glib/ghash.h>
 
 
 G_BEGIN_DECLS
@@ -36,6 +37,8 @@ struct captivemodid_module {
        gint priority;
        };
 
+extern void (*captivemodid_module_best_priority_notify)(const gchar *module_type);
+
 gchar *calc_md5(gconstpointer base,size_t length);
 gboolean captivemodid_module_length_is_valid(GnomeVFSFileSize file_size);
 struct captivemodid_module *captivemodid_module_md5_lookup(const gchar *file_md5);