aboutsummaryrefslogtreecommitdiff
path: root/bdep/new-parsers.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'bdep/new-parsers.hxx')
-rw-r--r--bdep/new-parsers.hxx9
1 files changed, 9 insertions, 0 deletions
diff --git a/bdep/new-parsers.hxx b/bdep/new-parsers.hxx
index 0bc6d56..b2a2b99 100644
--- a/bdep/new-parsers.hxx
+++ b/bdep/new-parsers.hxx
@@ -27,6 +27,9 @@ namespace bdep
{
static void
parse (cmd_new_type&, bool&, scanner&);
+
+ static void
+ merge (cmd_new_type&, const cmd_new_type&);
};
template <>
@@ -34,6 +37,9 @@ namespace bdep
{
static void
parse (cmd_new_lang&, bool&, scanner&);
+
+ static void
+ merge (cmd_new_lang&, const cmd_new_lang&);
};
template <>
@@ -41,6 +47,9 @@ namespace bdep
{
static void
parse (cmd_new_vcs&, bool&, scanner&);
+
+ static void
+ merge (cmd_new_vcs&, const cmd_new_vcs&);
};
}
}