diff options
Diffstat (limited to 'apps/tagtree.h')
-rw-r--r-- | apps/tagtree.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/tagtree.h b/apps/tagtree.h index 39ab545bd0..a57a5c2f80 100644 --- a/apps/tagtree.h +++ b/apps/tagtree.h | |||
@@ -45,6 +45,7 @@ char *tagtree_get_title(struct tree_context* c); | |||
45 | int tagtree_get_attr(struct tree_context* c); | 45 | int tagtree_get_attr(struct tree_context* c); |
46 | int tagtree_get_icon(struct tree_context* c); | 46 | int tagtree_get_icon(struct tree_context* c); |
47 | int tagtree_get_filename(struct tree_context* c, char *buf, int buflen); | 47 | int tagtree_get_filename(struct tree_context* c, char *buf, int buflen); |
48 | int tagtree_get_custom_action(struct tree_context* c); | ||
48 | bool tagtree_get_subentry_filename(char *buf, size_t bufsize); | 49 | bool tagtree_get_subentry_filename(char *buf, size_t bufsize); |
49 | bool tagtree_subentries_do_action(bool (*action_cb)(const char *file_name)); | 50 | bool tagtree_subentries_do_action(bool (*action_cb)(const char *file_name)); |
50 | 51 | ||