00001 /*---------------------------------------------------------------------\ 00002 | | 00003 | __ __ ____ _____ ____ | 00004 | \ \ / /_ _/ ___|_ _|___ \ | 00005 | \ V / _` \___ \ | | __) | | 00006 | | | (_| |___) || | / __/ | 00007 | |_|\__,_|____/ |_| |_____| | 00008 | | 00009 | core system | 00010 | (C) SuSE GmbH | 00011 \----------------------------------------------------------------------/ 00012 00013 File: YUMParser.h 00014 00015 Author: Michael Radziej <mir@suse.de> 00016 Maintainer: Michael Radziej <mir@suse.de> 00017 00018 Purpose: Declare everything you need to use YUM parsers. 00019 /-*/ 00020 00021 #ifndef YUMParser_h 00022 #define YUMParser_h 00023 00024 #include <y2pm/YUMParserData.h> 00025 #include <y2pm/YUMRepomdParser.h> 00026 #include <y2pm/YUMPrimaryParser.h> 00027 #include <y2pm/YUMGroupParser.h> 00028 #include <y2pm/YUMFileListParser.h> 00029 #include <y2pm/YUMOtherParser.h> 00030 00031 #endif
1.4.4