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.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/random_heuristic.h b/include/random_heuristic.h
new file mode 100644
index 0000000..586777e
--- /dev/null
+++ b/include/random_heuristic.h
@@ -0,0 +1,8 @@
+#ifndef _RANDOM_HEURISTIC_H
+#define _RANDOM_HEURISTIC_H
+
+#include "structs.h"
+
+struct front_item * random_heuristic(struct data *);
+
+#endif