Use util_clip_triangle() in pan_item_tri_new()
[geeqie.git] / src / collect-io.h
index b4017de..6021fbf 100644 (file)
 #ifndef COLLECT_IO_H
 #define COLLECT_IO_H
 
+#include <glib.h>
+
+#include "typedefs.h"
+
+struct CollectionData;
+struct FileData;
+
 enum CollectionLoadFlags {
        COLLECTION_LOAD_NONE    = 0,
        COLLECTION_LOAD_APPEND  = 1 << 0,
@@ -67,7 +74,7 @@ void collect_manager_remove(FileData *fd, const gchar *collection);
  * @headerfile collect_manager_flush
  * commit pending operations to disk
  */
-void collect_manager_flush(void);
+void collect_manager_flush();
 
 void collect_manager_notify_cb(FileData *fd, NotifyType type, gpointer data);
 void collect_manager_list(GList **names_exc, GList **names_inc, GList **paths);