summaryrefslogtreecommitdiff
path: root/src/expand/cfg.hpp
blob: 8e5fce427e6a1469eeb2e5b5be8f369cccea24d0 (plain)
1
2
3
4
5
6
7

#pragma once

extern void Cfg_SetFlag(::std::string name);
extern void Cfg_SetValue(::std::string name, ::std::string val);
extern void Cfg_SetValueCb(::std::string name, ::std::function<bool(const ::std::string&)> cb);
extern bool check_cfg(Span sp, const ::AST::MetaItem& mi);