X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/85513928f6a270af94c1477f5ae2773647b04cd7..1c529746ff07312e30e76fd933c628c658e3c77d:/projects/sgconf/tariffs.h diff --git a/projects/sgconf/tariffs.h b/projects/sgconf/tariffs.h index b3cd99e0..b6b896dd 100644 --- a/projects/sgconf/tariffs.h +++ b/projects/sgconf/tariffs.h @@ -1,34 +1,11 @@ -#ifndef __STG_SGCONF_TARIFFS_H__ -#define __STG_SGCONF_TARIFFS_H__ - -#include -#include +#pragma once namespace SGCONF { -struct CONFIG; - -bool GetTariffsFunction(const CONFIG & config, - const std::string & /*arg*/, - const std::map & /*options*/); - -bool GetTariffFunction(const CONFIG & config, - const std::string & arg, - const std::map & /*options*/); +class OPTION_BLOCKS; +class COMMANDS; -bool DelTariffFunction(const CONFIG & config, - const std::string & arg, - const std::map & /*options*/); - -bool AddTariffFunction(const CONFIG & config, - const std::string & arg, - const std::map & options); - -bool ChgTariffFunction(const CONFIG & config, - const std::string & arg, - const std::map & options); +void AppendTariffsOptionBlock(COMMANDS & commands, OPTION_BLOCKS & blocks); } // namespace SGCONF - -#endif