(Re)-implement natural and case sorting
[geeqie.git] / src / pan-view / pan-util.h
index 969df95..7f1d4a2 100644 (file)
@@ -41,7 +41,7 @@ time_t pan_date_to_time(gint year, gint month, gint day);
 
 gboolean pan_is_link_loop(const gchar *s);
 gboolean pan_is_ignored(const gchar *s, gboolean ignore_symlinks);
-GList *pan_list_tree(FileData *dir_fd, SortType sort, gboolean ascend,
+GList *pan_list_tree(FileData *dir_fd, SortType sort, gboolean ascend, gboolean case_sensitive,
                     gboolean ignore_symlinks);
 
 #endif