aboutsummaryrefslogblamecommitdiffstats
path: root/include/dfs.h
blob: 2a2c187269113949d22ecb0ebb18b8e4e3f1c45e (plain) (tree)
1
2
3
4
5
6
7
8
9





                                       
                                                                                                  

      
#ifndef _DFS_H
#define _DFS_H

#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