RSSParse.h 216 B

123456789
  1. #ifndef NULLSOFT_RSSPARSEH
  2. #define NULLSOFT_RSSPARSEH
  3. #include "../xml/XMLNode.h"
  4. #include "ChannelSync.h"
  5. void ReadRSS(const XMLNode *rss, ChannelSync *sync, bool doWinampSpecificTags, const wchar_t *url);
  6. #endif