tokenizer: new library replacing buffer2array()

The new code is more robust and more flexible.  It provides detailed
error information in GError objects.
This commit is contained in:
Max Kellermann
2009-07-19 15:11:36 +02:00
parent 809c96b53f
commit 1745e68795
3 changed files with 237 additions and 0 deletions
+2
View File
@@ -153,6 +153,7 @@ mpd_headers = \
src/tag_id3.h \
src/tag_print.h \
src/tag_save.h \
src/tokenizer.h \
src/strset.h \
src/uri.h \
src/utils.h \
@@ -249,6 +250,7 @@ src_mpd_SOURCES = \
src/tag_pool.c \
src/tag_print.c \
src/tag_save.c \
src/tokenizer.c \
src/strset.c \
src/uri.c \
src/utils.c \