X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=tools%2Fdoc_extract.h;h=1f4650a12bfcbc14a5efda0c7ecbf01d2a0df8a9;hp=24d076c929ea967d80fef193c12c00639c6b9fbf;hb=08c05da588018c6b76834e57b66d525546643708;hpb=b2826f4cee703abe3d18296a5a7476e9322f37cc diff --git a/tools/doc_extract.h b/tools/doc_extract.h index 24d076c9..1f4650a1 100644 --- 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); #endif /* _DOC_EXTRACT_CORE_H */