#ifndef _RANDOM_HEURISTIC_H #define _RANDOM_HEURISTIC_H #include "structs.h" struct front_item * random_heuristic(struct data *); #endif