diff options
| author | Robert Bieber <robby@bieberphoto.com> | 2010-06-01 21:25:02 +0000 |
|---|---|---|
| committer | Robert Bieber <robby@bieberphoto.com> | 2010-06-01 21:25:02 +0000 |
| commit | a9848ce3fed7862d52b299b604535781e440eb4a (patch) | |
| tree | 775608b8fb1de72985a96ccdd288a971ceeea34a /utils/themeeditor/skin_parser.h | |
| parent | f52c9aae3a04ae4c767c2da1d788421686805fea (diff) | |
| download | rockbox-a9848ce3fed7862d52b299b604535781e440eb4a.zip rockbox-a9848ce3fed7862d52b299b604535781e440eb4a.tar.gz rockbox-a9848ce3fed7862d52b299b604535781e440eb4a.tar.bz2 rockbox-a9848ce3fed7862d52b299b604535781e440eb4a.tar.xz | |
Theme Editor: Put together a simple GUI to test going back and forth between a tree view and a text edit box
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26455 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/themeeditor/skin_parser.h')
| -rw-r--r-- | utils/themeeditor/skin_parser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/themeeditor/skin_parser.h b/utils/themeeditor/skin_parser.h index cd50b99..ca2d7bc 100644 --- a/utils/themeeditor/skin_parser.h +++ b/utils/themeeditor/skin_parser.h @@ -123,7 +123,7 @@ struct skin_element /* Parses a WPS document and returns a list of skin_element structures. */ -struct skin_element* skin_parse(char* document); +struct skin_element* skin_parse(const char* document); /* Memory management functions */ struct skin_element* skin_alloc_element(); |