summaryrefslogtreecommitdiff
path: root/apps/tree.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tree.h')
-rw-r--r--apps/tree.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/tree.h b/apps/tree.h
index d13c75d434..e958bbf109 100644
--- a/apps/tree.h
+++ b/apps/tree.h
@@ -33,6 +33,9 @@ struct entry {
33 char *name; 33 char *name;
34 int attr; /* FAT attributes + file type flags */ 34 int attr; /* FAT attributes + file type flags */
35 unsigned time_write; /* Last write time */ 35 unsigned time_write; /* Last write time */
36 #ifdef HAVE_TAGCACHE
37 int customaction; /* db use */
38 #endif
36}; 39};
37 40
38#define BROWSE_SELECTONLY 0x0001 /* exit on selecting a file */ 41#define BROWSE_SELECTONLY 0x0001 /* exit on selecting a file */