From 5deedbbbf98e317ef3258ae637097a42ad7e9fd3 Mon Sep 17 00:00:00 2001 From: Alexandre Jesus Date: Sun, 25 Sep 2016 15:24:57 +0100 Subject: Online method --- include/dfs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/dfs.h') diff --git a/include/dfs.h b/include/dfs.h index 340f5c8..2a2c187 100644 --- a/include/dfs.h +++ b/include/dfs.h @@ -4,5 +4,6 @@ #include "structs.h" struct front_item * dfs(struct data *); +struct online_return dfs_online(struct data *, struct front_item *, struct tree_item *, long int); #endif -- cgit v1.2.3