sfeed

simple feed reader - forked from git.codemadness.org/sfeed
git clone git://src.gearsix.net/sfeed
Log | Files | Refs | Atom | README | LICENSE

commit dab883320eada92534d73bede6e0df1b625058ab
parent 11666ed237972157a472a7a4774b72d0588d1c54
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Wed,  9 Sep 2015 00:23:11 +0200

xml.h: fix typo in function declaration

Diffstat:
Mxml.h | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/xml.h b/xml.h @@ -39,6 +39,6 @@ typedef struct xmlparser { int xml_codepointtoutf8(uint32_t, uint32_t *); ssize_t xml_entitytostr(const char *, char *, size_t); ssize_t xml_namedentitytostr(const char *, char *, size_t); -ssize_t xml_numericetitytostr(const char *, char *, size_t); +ssize_t xml_numericentitytostr(const char *, char *, size_t); -void xml_parse(XMLParser *); +void xml_parse(XMLParser *);