]> git.ozlabs.org Git - ccan/blobdiff - tools/doc_extract.h
opt: fix up outdated comments in documentation.
[ccan] / tools / doc_extract.h
index 24d076c929ea967d80fef193c12c00639c6b9fbf..1f4650a12bfcbc14a5efda0c7ecbf01d2a0df8a9 100644 (file)
@@ -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);
 #endif /* _DOC_EXTRACT_CORE_H */