// file : bdep/release.hxx -*- C++ -*- // license : MIT; see accompanying LICENSE file #ifndef BDEP_RELEASE_HXX #define BDEP_RELEASE_HXX #include #include #include namespace bdep { int cmd_release (const cmd_release_options&, cli::scanner& args); default_options_files options_files (const char* cmd, const cmd_release_options&, const strings& args); cmd_release_options merge_options (const default_options&, const cmd_release_options&); } #endif // BDEP_RELEASE_HXX