X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=tools%2Fdoc_extract.h;h=24d076c929ea967d80fef193c12c00639c6b9fbf;hp=5dca49bac8e7e5956bc975f756b82e9ec3fb926d;hb=b2826f4cee703abe3d18296a5a7476e9322f37cc;hpb=7beaa3448fa8e6015798c1609f33d96e8986063d diff --git a/tools/doc_extract.h b/tools/doc_extract.h index 5dca49ba..24d076c9 100644 --- a/tools/doc_extract.h +++ b/tools/doc_extract.h @@ -7,6 +7,8 @@ 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; };