summaryrefslogtreecommitdiffstats
path: root/src/graph.h
diff options
context:
space:
mode:
authorPeter Collingbourne <peter@pcc.me.uk>2011-11-25 15:18:03 (GMT)
committerPeter Collingbourne <peter@pcc.me.uk>2011-12-06 09:05:15 (GMT)
commit57d8557ff3bfe6772f2dbada1d1ffa5d378ca763 (patch)
tree23bcbd918de2733b0da63b084e51ce1d81afec6d /src/graph.h
parentf570d499dc7b281eaae3436a5292e55b808d2ed7 (diff)
downloadNinja-57d8557ff3bfe6772f2dbada1d1ffa5d378ca763.zip
Ninja-57d8557ff3bfe6772f2dbada1d1ffa5d378ca763.tar.gz
Ninja-57d8557ff3bfe6772f2dbada1d1ffa5d378ca763.tar.bz2
Factor out Edge::EvaluateDepFile
Diffstat (limited to 'src/graph.h')
-rw-r--r--src/graph.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/graph.h b/src/graph.h
index 9080dcc..67f7b10 100644
--- a/src/graph.h
+++ b/src/graph.h
@@ -92,6 +92,7 @@ struct Edge {
const string& command, Node* output);
string EvaluateCommand(); // XXX move to env, take env ptr
+ string EvaluateDepFile();
string GetDescription();
bool LoadDepFile(State* state, DiskInterface* disk_interface, string* err);