// file : bpkg/cfg-create -*- C++ -*- // copyright : Copyright (c) 2014-2016 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BPKG_CFG_CREATE #define BPKG_CFG_CREATE #include #include #include namespace bpkg { int cfg_create (const cfg_create_options&, cli::scanner& args); } #endif // BPKG_CFG_CREATE