projects
/
ccan
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
tools: use tal instead of talloc.
[ccan]
/
tools
/
doc_extract.h
diff --git
a/tools/doc_extract.h
b/tools/doc_extract.h
index 24d076c929ea967d80fef193c12c00639c6b9fbf..d5bc693a5800b694b2f71bedb4e01cd8e542e127 100644
(file)
--- a/
tools/doc_extract.h
+++ b/
tools/doc_extract.h
@@
-13,5
+13,5
@@
struct doc_section {
char **lines;
};
-struct list_head *extract_doc_sections(char **rawlines,
unsigned int num
);
+struct list_head *extract_doc_sections(char **rawlines,
const char *file
);
#endif /* _DOC_EXTRACT_CORE_H */