diff options
| author | Christi Scarborough <christi@coraline.org> | 2005-11-17 20:14:59 +0000 |
|---|---|---|
| committer | Christi Scarborough <christi@coraline.org> | 2005-11-17 20:14:59 +0000 |
| commit | 4c0b83f5e913820bbcf203fee1606d9910925946 (patch) | |
| tree | c4e9cdcb1cf8196f60a3ff8b68ebc5d1a514e967 /apps/tree.h | |
| parent | bc1fb0f5d91084d3e06ef3526533324108bf1de7 (diff) | |
| download | rockbox-4c0b83f5e913820bbcf203fee1606d9910925946.zip rockbox-4c0b83f5e913820bbcf203fee1606d9910925946.tar.gz rockbox-4c0b83f5e913820bbcf203fee1606d9910925946.tar.bz2 rockbox-4c0b83f5e913820bbcf203fee1606d9910925946.tar.xz | |
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
Diffstat (limited to 'apps/tree.h')
| -rw-r--r-- | apps/tree.h | 1 |
1 files changed, 1 insertions, 0 deletions
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*); |