00001 /*---------------------------------------------------------------------\ 00002 | | 00003 | __ __ ____ _____ ____ | 00004 | \ \ / /_ _/ ___|_ _|___ \ | 00005 | \ V / _` \___ \ | | __) | | 00006 | | | (_| |___) || | / __/ | 00007 | |_|\__,_|____/ |_| |_____| | 00008 | | 00009 | core system | 00010 | (C) SuSE Linux AG | 00011 \----------------------------------------------------------------------/ 00012 00013 File: PMVendorAttr.h 00014 00015 Author: Michael Andres <ma@suse.de> 00016 Maintainer: Michael Andres <ma@suse.de> 00017 00018 Purpose: Manage vendor attributes 00019 00020 /-*/ 00021 #ifndef PMVendorAttr_h 00022 #define PMVendorAttr_h 00023 00024 #include <iosfwd> 00025 00026 #include <y2util/Vendor.h> 00027 00029 namespace PMVendorAttr { 00030 ; 00031 00035 extern bool isKnown( const Vendor & vendor_r ); 00036 00041 extern bool autoProtect( const Vendor & vendor_r ); 00042 00044 } // namespace PMVendorAttr 00046 00047 #endif // PMVendorAttr_h