aboutsummaryrefslogtreecommitdiff
path: root/bdep/publish.hxx
blob: 542d9b4e05c5d7d05a60acb0c1b6291a71efa321 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// file      : bdep/publish.hxx -*- C++ -*-
// 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