diff src/pan-types.h @ 138:71e1ebee420e

replaced gchar* path with FileData *fd
author nadvornik
date Tue, 11 Sep 2007 20:06:29 +0000
parents de64a683d5d0
children f6e307c7bad6
line wrap: on
line diff
--- a/src/pan-types.h	Thu Aug 23 20:45:59 2007 +0000
+++ b/src/pan-types.h	Tue Sep 11 20:06:29 2007 +0000
@@ -239,7 +239,7 @@
 
 typedef struct _PanCacheData PanCacheData;
 struct _PanCacheData {
-	FileData fd;
+	FileData *fd;
 	CacheData *cd;
 };
 
@@ -251,7 +251,7 @@
 
 void pan_cache_sync_date(PanWindow *pw, GList *list);
 
-
+GList *pan_cache_sort(GList *list, SortType method, gint ascend);
 /* pan-item.c */
 
 void pan_item_free(PanItem *pi);