vdl-sort.h
author Mathieu Lacage <mathieu.lacage@alcmeon.com>
Sat, 23 Feb 2013 20:59:51 +0100
changeset 656 e4817d48962f
parent 529 cccc081ed03d
permissions -rw-r--r--
basic test for tls

#ifndef VDL_SORT_H
#define VDL_SORT_H

struct VdlList;
struct VdlFile;

struct VdlList *vdl_sort_increasing_depth (struct VdlList *files);
struct VdlList *vdl_sort_deps_breadth_first (struct VdlFile *file);
struct VdlList *vdl_sort_call_init (struct VdlList *files);
struct VdlList *vdl_sort_call_fini (struct VdlList *files);

#endif /* VDL_SORT_H */