FeedUtil.h 129 B

12345678
  1. #ifndef NULLSOFT_FEEDUTILH
  2. #define NULLSOFT_FEEDUTILH
  3. #include "Feeds.h"
  4. int DownloadFeedInformation(Channel &channel);
  5. #endif