// file : bpkg/cfg-create.hxx -*- C++ -*- // copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BPKG_CFG_CREATE_HXX #define BPKG_CFG_CREATE_HXX #include #include #include namespace bpkg { int cfg_create (const cfg_create_options&, cli::scanner& args); default_options_files options_files (const char* cmd, const cfg_create_options&, const strings& args); cfg_create_options merge_options (const default_options&, const cfg_create_options&); } #endif // BPKG_CFG_CREATE_HXX