summaryrefslogtreecommitdiffstats
path: root/src/graph.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/graph.h')
-rw-r--r--src/graph.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/graph.h b/src/graph.h
index f3cfa97..ecf9e54 100644
--- a/src/graph.h
+++ b/src/graph.h
@@ -119,4 +119,7 @@ struct Edge {
bool is_phony() const;
};
+// Exposed for testing.
+bool CanonicalizePath(string* path, string* err);
+
#endif // NINJA_GRAPH_H_