X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=tools%2Fdoc_extract.h;h=d5bc693a5800b694b2f71bedb4e01cd8e542e127;hp=1f4650a12bfcbc14a5efda0c7ecbf01d2a0df8a9;hb=6a4d45337811b56d947e52f031b9ca0c955fcb6c;hpb=2b7f1fca3e33d017dd86b2de12547f9720fb5c3d;ds=sidebyside diff --git a/tools/doc_extract.h b/tools/doc_extract.h index 1f4650a1..d5bc693a 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); +struct list_head *extract_doc_sections(char **rawlines, const char *file); #endif /* _DOC_EXTRACT_CORE_H */