diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/dfs.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/dfs.h b/include/dfs.h new file mode 100644 index 0000000..340f5c8 --- /dev/null +++ b/include/dfs.h @@ -0,0 +1,8 @@ +#ifndef _DFS_H +#define _DFS_H + +#include "structs.h" + +struct front_item * dfs(struct data *); + +#endif |