summaryrefslogtreecommitdiffstats
path: root/src/parsers.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parsers.h')
-rw-r--r--src/parsers.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/parsers.h b/src/parsers.h
index 6bee0ae..bdc88d2 100644
--- a/src/parsers.h
+++ b/src/parsers.h
@@ -126,6 +126,7 @@ struct ManifestParser {
/// current env.
bool ParseLet(string* key, string* val, string* err);
bool ParseEdge(string* err);
+ bool ParseDefaults(string* err);
/// Parse either a 'subninja' or 'include' line.
bool ParseFileInclude(string* err);