mrss_parse_file

Parses a file and creates the data struct of the feed RSS url

extern (C) @system nothrow @nogc
mrss_parse_file
(
char* file
,)

Parameters

file char*

the file to be parsed

mrss mrss_t**

the pointer to your data struct

Return Value

the error code

Meta