X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=tools%2Fccanlint%2Fccanlint.h;h=99b0eb7cbcc69e03e55ab2ad7a4bd9b758d9263f;hp=c4ae191f835d923d3b9e384abbb7e82e4e74d10e;hb=32a31d9e4fb1f312a47ae8c237ac30d6c1567ccd;hpb=156dfda864bc2a0fe2ba63f69c22864b2348876f diff --git a/tools/ccanlint/ccanlint.h b/tools/ccanlint/ccanlint.h index c4ae191f..99b0eb7c 100644 --- a/tools/ccanlint/ccanlint.h +++ b/tools/ccanlint/ccanlint.h @@ -34,7 +34,7 @@ struct manifest { struct list_head dep_objs; }; -struct manifest *get_manifest(const void *ctx); +struct manifest *get_manifest(const void *ctx, const char *dir); struct ccanlint { struct list_node list; @@ -128,7 +128,7 @@ struct ccan_file { struct list_head *doc_sections; /* If this file gets compiled (eg. .C file to .o file), result here. */ - const char *compiled; + char *compiled; }; /* A new ccan_file, with the given name (talloc_steal onto returned value). */