1 #ifndef __STG_SGCONF_TARIFFS_H__
 
   2 #define __STG_SGCONF_TARIFFS_H__
 
  12 bool GetTariffsFunction(const CONFIG & config,
 
  13                         const std::string & /*arg*/,
 
  14                         const std::map<std::string, std::string> & /*options*/);
 
  16 bool GetTariffFunction(const CONFIG & config,
 
  17                        const std::string & arg,
 
  18                        const std::map<std::string, std::string> & /*options*/);
 
  20 bool DelTariffFunction(const CONFIG & config,
 
  21                        const std::string & arg,
 
  22                        const std::map<std::string, std::string> & /*options*/);
 
  24 bool AddTariffFunction(const CONFIG & config,
 
  25                        const std::string & arg,
 
  26                        const std::map<std::string, std::string> & options);
 
  28 bool ChgTariffFunction(const CONFIG & config,
 
  29                        const std::string & arg,
 
  30                        const std::map<std::string, std::string> & options);