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