From b13332c991ce2695626eaca367dd8208b174c9ca Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 14 Apr 2016 17:59:24 +0300 Subject: Add support for repository authentication --- bpkg/options-types | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 bpkg/options-types (limited to 'bpkg/options-types') diff --git a/bpkg/options-types b/bpkg/options-types new file mode 100644 index 0000000..88e6b67 --- /dev/null +++ b/bpkg/options-types @@ -0,0 +1,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 -- cgit v1.1