X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=tools%2Fmanifest.h;h=04f88d9e084ee7f5e14397e1ba5e8596b7bd822e;hp=588efe5f0185f0c5941cfaeb489d8ff930a589d9;hb=84b29c907c7608a024f65c4ef6803a1f5bb80ccd;hpb=d8c9fdc0e6b70ab4fced949ee6488dc585a711f4 diff --git a/tools/manifest.h b/tools/manifest.h index 588efe5f..04f88d9e 100644 --- a/tools/manifest.h +++ b/tools/manifest.h @@ -38,6 +38,7 @@ struct manifest { /* From tests/check_depends_exist.c */ struct list_head deps; + struct list_head test_deps; /* From tests/license_exists.c */ enum license license; @@ -89,7 +90,4 @@ const char *get_ccan_file_contents(struct ccan_file *f); /* Use this rather than accessing f->lines directly: loads on demand. */ char **get_ccan_file_lines(struct ccan_file *f); -/* Where is the ccan dir? Available after first manifest. */ -extern const char *ccan_dir; - #endif /* CCAN_TOOLS_MANIFEST_H */