aboutsummaryrefslogtreecommitdiffstats
path: root/include/dfs.h
blob: 340f5c88bcc2ce9bf8bd4e2ffe9e059e70e71229 (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef _DFS_H
#define _DFS_H

#include "structs.h"

struct front_item * dfs(struct data *);

#endif