aboutsummaryrefslogtreecommitdiff
path: root/Src/Plugins/Library/ml_wire/RSSParse.h
blob: 9cdf6c797dd89095a61c61f85d0fb6dca9774c65 (plain) (blame)
1
2
3
4
5
6
7
8
9
#ifndef NULLSOFT_RSSPARSEH
#define NULLSOFT_RSSPARSEH

#include "../xml/XMLNode.h"
#include "ChannelSync.h"

void ReadRSS(const XMLNode *rss, ChannelSync *sync, bool doWinampSpecificTags, const wchar_t *url);

#endif