libzypp
10.5.0
|
00001 /*---------------------------------------------------------------------\ 00002 | ____ _ __ __ ___ | 00003 | |__ / \ / / . \ . \ | 00004 | / / \ V /| _/ _/ | 00005 | / /__ | | | | | | | 00006 | /_____||_| |_| |_| | 00007 | | 00008 \---------------------------------------------------------------------*/ 00012 #ifndef ZYPP_BASE_SYSCONFIG_H 00013 #define ZYPP_BASE_SYSCONFIG_H 00014 00015 #include <string> 00016 #include <map> 00017 #include "zypp/Pathname.h" 00018 00019 namespace zypp { 00020 namespace base { 00021 namespace sysconfig { 00022 00023 std::map<std::string,std::string> read( const Pathname & _path ); 00024 00025 } // namespace sysconfig 00026 } // namespace base 00027 } // namespace zypp 00028 00029 #endif // ZYPP_BASE_SYSCONFIG_H