summaryrefslogtreecommitdiffstats
path: root/bdep/publish.hxx
blob: 8cc5b9446b3fa09500677464ddc77864598fb5ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// file      : bdep/publish.hxx -*- C++ -*-
// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
// license   : MIT; see accompanying LICENSE file

#ifndef BDEP_PUBLISH_HXX
#define BDEP_PUBLISH_HXX

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

#include <bdep/publish-options.hxx>

namespace bdep
{
  int
  cmd_publish (const cmd_publish_options&, cli::scanner& args);
}

#endif // BDEP_PUBLISH_HXX