comparison src/ui_fileops.h @ 319:f9611a6cf0e2

Move file_sort_case_sensitive to ConfOptions.
author zas_
date Fri, 11 Apr 2008 22:27:54 +0000
parents 71e1ebee420e
children 2649a28d31b6
comparison
equal deleted inserted replaced
318:b16b9b8979e5 319:f9611a6cf0e2
18 #include <sys/time.h> 18 #include <sys/time.h>
19 #include <sys/types.h> 19 #include <sys/types.h>
20 #include <time.h> 20 #include <time.h>
21 21
22 22
23 #define CASE_SORT(a, b) ( (file_sort_case_sensitive) ? strcmp(a, b) : strcasecmp(a, b) )
24
25 extern gint file_sort_case_sensitive;
26 23
27 void print_term(const gchar *text_utf8); 24 void print_term(const gchar *text_utf8);
28 25
29 gchar *path_to_utf8(const gchar *path); 26 gchar *path_to_utf8(const gchar *path);
30 gchar *path_from_utf8(const gchar *path); 27 gchar *path_from_utf8(const gchar *path);