summaryrefslogtreecommitdiff
path: root/lib/talloc/script/mksigs.pl
AgeCommit message (Collapse)AuthorFilesLines
2009-08-30talloc: add script to extract signatures from header files.Michael Adam1-0/+178
This produces output like the output gcc produces when invoked with the -aux-info switch. Run like this: cat talloc.h | ./script/mksigs.pl This simple parser is probably too coarse to handle all possible header files, but it does treat talloc.h correctly. Michael