/* This file is part of the syndication library SPDX-FileCopyrightText: 2005 Frank Osterfeld SPDX-License-Identifier: LGPL-2.0-or-later */ #ifndef SYNDICATION_RSS2_RSS2_H #define SYNDICATION_RSS2_RSS2_H #include #include #include #include #include #include #include #include #include namespace Syndication { /** * A parser and model classes for RSS 0.91 (Userland and Netscape flavor), 0.92, 0.93, 0.94 * and 2.0(.1) */ namespace RSS2 { } } // namespace Syndication #endif // SYNDICATION_RSS2_RSS2_H