aboutsummaryrefslogtreecommitdiffstats
path: root/include/random_heuristic.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/random_heuristic.h')
-rw-r--r--include/random_heuristic.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/random_heuristic.h b/include/random_heuristic.h
index 586777e..9e9dac6 100644
--- a/include/random_heuristic.h
+++ b/include/random_heuristic.h
@@ -4,5 +4,6 @@
#include "structs.h"
struct front_item * random_heuristic(struct data *);
+struct online_return random_heuristic_online(struct data *, struct front_item *, struct tree_item *);
#endif