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
Type: char*

the file to be parsed

mrss
Type: mrss_t**

the pointer to your data struct

Return Value

the error code

Meta