replaced gchar* path with FileData *fd
[geeqie.git] / src / collect-table.h
index 7993f62..b535e4d 100644 (file)
@@ -18,7 +18,7 @@
 void collection_table_select_all(CollectTable *ct);
 void collection_table_unselect_all(CollectTable *ct);
 
-void collection_table_add_path_list(CollectTable *ct, GList *list);
+void collection_table_add_filelist(CollectTable *ct, GList *list);
 
 void collection_table_file_update(CollectTable *ct, CollectInfo *ci);
 void collection_table_file_add(CollectTable *ct, CollectInfo *ci);