mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-17 20:15:45 -04:00
Initial community commit
This commit is contained in:
9
Src/Plugins/Library/ml_wire/RSSParse.h
Normal file
9
Src/Plugins/Library/ml_wire/RSSParse.h
Normal file
@ -0,0 +1,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
|
Reference in New Issue
Block a user