summaryrefslogtreecommitdiff
path: root/src/build.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/build.h')
-rw-r--r--src/build.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/build.h b/src/build.h
index fdd9891..1473f11 100644
--- a/src/build.h
+++ b/src/build.h
@@ -96,6 +96,8 @@ private:
kWantToFinish
};
+ void EdgeWanted(Edge* edge);
+
/// Submits a ready edge as a candidate for execution.
/// The edge may be delayed from running, for example if it's a member of a
/// currently-full pool.