aboutsummaryrefslogtreecommitdiff
path: root/bpkg/options-types
blob: 88e6b6729b72de7edcdd9176d12b49eac01b3194 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// file      : bpkg/options-types -*- C++ -*-
// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
// license   : MIT; see accompanying LICENSE file

#ifndef BPKG_OPTIONS_TYPES
#define BPKG_OPTIONS_TYPES

namespace bpkg
{
  enum class auth
  {
    none,
    remote,
    all
  };
}

#endif // BPKG_OPTIONS_TYPES