aboutsummaryrefslogtreecommitdiff
path: root/bdep/ci.hxx
blob: 65b902746a9db685db930a512a18f67e55a6a1b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// file      : bdep/ci.hxx -*- C++ -*-
// license   : MIT; see accompanying LICENSE file

#ifndef BDEP_CI_HXX
#define BDEP_CI_HXX

#include <bdep/types.hxx>
#include <bdep/utility.hxx>

#include <bdep/ci-options.hxx>

namespace bdep
{
  int
  cmd_ci (const cmd_ci_options&, cli::scanner& args);
}

#endif // BDEP_CI_HXX