X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fprss.h;h=cb43b53e34847d0d559e01d49d89b842912b45a0;hb=615fb197231d57d98ef6e5fd164df244449bafa5;hp=89fa7718e203b0fae12968ef5b5de19712ae7b9f;hpb=b6d14656358cea807f836fafa74177dae276421d;p=monky diff --git a/src/prss.h b/src/prss.h index 89fa771..cb43b53 100644 --- a/src/prss.h +++ b/src/prss.h @@ -50,7 +50,9 @@ typedef struct PRSS_ { /* Functions for parsing RSS-data */ PRSS* prss_parse_data(const char *xml_data); PRSS* prss_parse_file(const char *xml_file); -PRSS* prss_parse_doc(xmlDocPtr doc); + +// Works wrong currently when called from application! +//PRSS* prss_parse_doc(xmlDocPtr doc); /* Frees the PRSS-stucture returned by prss_parse_*. * The memory area pointed by data becomes invalid