diff options
Diffstat (limited to 'src/deps_log.h')
-rw-r--r-- | src/deps_log.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/deps_log.h b/src/deps_log.h index 3812a28..1336078 100644 --- a/src/deps_log.h +++ b/src/deps_log.h @@ -86,6 +86,7 @@ struct DepsLog { }; bool Load(const string& path, State* state, string* err); Deps* GetDeps(Node* node); + Node* GetFirstReverseDepsNode(Node* node); /// Rewrite the known log entries, throwing away old data. bool Recompact(const string& path, string* err); |