akregator/src/librss
librss.h
00001 /* 00002 * librss.h 00003 * 00004 * Copyright (c) 2003 Frerich Raabe <raabe@kde.org> 00005 * 00006 * This program is distributed in the hope that it will be useful, but WITHOUT 00007 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS 00008 * FOR A PARTICULAR PURPOSE. For licensing and distribution details, check the 00009 * accompanying file 'COPYING'. 00010 */ 00011 #ifndef LIBRSS_LIBRSS_H 00012 #define LIBRSS_LIBRSS_H 00013 00014 #include "article.h" 00015 #include "category.h" 00016 #include "document.h" 00017 #include "enclosure.h" 00018 #include "global.h" 00019 #include "image.h" 00020 #include "loader.h" 00021 #include "textinput.h" 00022 00023 #endif // LIBRSS_LIBRSS_H 00024 // vim: noet:ts=4