summaryrefslogtreecommitdiffstats
path: root/src/graph.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/graph.h')
-rw-r--r--src/graph.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/graph.h b/src/graph.h
index 2ebf2e4..4f936b7 100644
--- a/src/graph.h
+++ b/src/graph.h
@@ -101,6 +101,8 @@ struct Edge {
bool is_order_only(int index) {
return index >= ((int)inputs_.size()) - order_only_deps_;
}
+
+ bool is_phony() const;
};
#endif // NINJA_GRAPH_H_