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

Pointer to the xml memory stream to be parsed

size_buffer size_t

The size of the array of char

mrss mrss_t**

the pointer to your data struct

Return Value

the error code

Meta