aboutsummaryrefslogtreecommitdiff
path: root/bpkg/types-parsers
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/types-parsers')
-rw-r--r--bpkg/types-parsers8
1 files changed, 8 insertions, 0 deletions
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 <bpkg/types>
+#include <bpkg/options-types>
namespace bpkg
{
@@ -32,6 +33,13 @@ namespace bpkg
static void
parse (dir_path&, bool&, scanner&);
};
+
+ template <>
+ struct parser<auth>
+ {
+ static void
+ parse (auth&, bool&, scanner&);
+ };
}
}