From d1bb7f923d839392241fc087daa92aa699b100d0 Mon Sep 17 00:00:00 2001
From: Matthieu Schaller <matthieu.schaller@durham.ac.uk>
Date: Tue, 20 Oct 2015 23:13:51 +0100
Subject: [PATCH] Added the new functions to the header

---
 src/runner.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/runner.h b/src/runner.h
index 30e75bd6ad..b9c2ed9379 100644
--- a/src/runner.h
+++ b/src/runner.h
@@ -92,8 +92,8 @@ void runner_dosub_density(struct runner *r, struct cell *ci, struct cell *cj,
 void runner_dosort(struct runner *r, struct cell *c, int flag, int clock);
 void runner_dogsort(struct runner *r, struct cell *c, int flag, int clock);
 void runner_dokick(struct runner *r, struct cell *c, int timer);
-void runner_dokick1(struct runner *r, struct cell *c);
-void runner_dokick2(struct runner *r, struct cell *c);
+void runner_dodrift(struct runner *r, struct cell *c, int timer);
+void runner_doinit(struct runner *r, struct cell *c);
 void *runner_main(void *data);
 
 #endif /* SWIFT_RUNNER_H */
-- 
GitLab