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/types-parsers | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'bpkg/types-parsers') diff --git a/bpkg/types-parsers b/bpkg/types-parsers index 41046a1..41fab10 100644 --- a/bpkg/types-parsers +++ b/bpkg/types-parsers @@ -9,6 +9,7 @@ #define BPKG_TYPES_PARSERS #include +#include namespace bpkg { @@ -32,6 +33,13 @@ namespace bpkg static void parse (dir_path&, bool&, scanner&); }; + + template <> + struct parser + { + static void + parse (auth&, bool&, scanner&); + }; } } -- cgit v1.1