projects
/
ccan
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Make manifest code do chdir into appropriate directory.
[ccan]
/
tools
/
ccanlint
/
ccanlint.h
diff --git
a/tools/ccanlint/ccanlint.h
b/tools/ccanlint/ccanlint.h
index e019c139d1a1f59deee3bc36000029cc98f5e2d8..99b0eb7cbcc69e03e55ab2ad7a4bd9b758d9263f 100644
(file)
--- 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;