From 4c0b83f5e913820bbcf203fee1606d9910925946 Mon Sep 17 00:00:00 2001 From: Christi Scarborough Date: Thu, 17 Nov 2005 20:14:59 +0000 Subject: Remote WPS support (and some WPS bugfixes) by Stephan Wezel git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7934 a1c6a512-1295-4272-9138-f99709370657 --- apps/tree.h | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/tree.h') diff --git a/apps/tree.h b/apps/tree.h index 86e9593..55dfc56 100644 --- a/apps/tree.h +++ b/apps/tree.h @@ -213,6 +213,7 @@ struct tree_context { #define TREE_ATTR_LNG 0x0700 /* binary lang file */ #define TREE_ATTR_ROCK 0x0800 /* binary rockbox plugin */ #define TREE_ATTR_MOD 0x0900 /* firmware file */ +#define TREE_ATTR_RWPS 0x1000 /* remote-wps config file */ #define TREE_ATTR_MASK 0xFF00 /* which bits tree.c uses for file types */ void tree_get_filetypes(const struct filetype**, int*); -- cgit v1.1