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

#ifndef BPKG_OPTIONS_TYPES_HXX
#define BPKG_OPTIONS_TYPES_HXX

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

#endif // BPKG_OPTIONS_TYPES_HXX