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