From a83e76cc7021ef475f1b8a2f52f20f690d65fe4f Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Tue, 10 Jun 2008 21:42:21 +0200 Subject: Add xml encode function Could be tuned, but was the only one I found on my harddisk. Originally written for shell-fm. --- libpiano/xml.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libpiano/xml.h') diff --git a/libpiano/xml.h b/libpiano/xml.h index c4eede8..7d08367 100644 --- a/libpiano/xml.h +++ b/libpiano/xml.h @@ -27,4 +27,6 @@ void PianoXmlParseUserinfo (PianoHandle_t *ph, char *xml); void PianoXmlParseStations (PianoHandle_t *ph, char *xml); void PianoXmlParsePlaylist (PianoHandle_t *ph, char *xml); +char *PianoXmlEncodeString (const char *s); + #endif /* _XML_H */ -- cgit v1.2.3