mrss_parse_buffer

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

?
extern (C) @system nothrow @nogc
mrss_parse_buffer
(
char* buffer
,,
)

Parameters

buffer
Type: char*

Pointer to the xml memory stream to be parsed

size_buffer
Type: size_t

The size of the array of char

mrss
Type: mrss_t**

the pointer to your data struct

Return Value

the error code

Meta