X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=tools%2Fdoc_extract.h;h=1f4650a12bfcbc14a5efda0c7ecbf01d2a0df8a9;hp=5dca49bac8e7e5956bc975f756b82e9ec3fb926d;hb=f22b5b1231f1e34c04cc5242feb152693f64b46e;hpb=7beaa3448fa8e6015798c1609f33d96e8986063d;ds=sidebyside diff --git a/tools/doc_extract.h b/tools/doc_extract.h index 5dca49ba..1f4650a1 100644 --- a/tools/doc_extract.h +++ b/tools/doc_extract.h @@ -7,9 +7,11 @@ struct doc_section { struct list_node list; const char *function; const char *type; + /* Where did I come from? */ + unsigned int srcline; unsigned int num_lines; 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 */