talloc: add script to extract signatures from header files.
authorMichael Adam <obnox@samba.org>
Fri, 28 Aug 2009 13:08:19 +0000 (15:08 +0200)
committerMichael Adam <obnox@samba.org>
Sat, 29 Aug 2009 22:51:51 +0000 (00:51 +0200)
commit4579c0546292e57d03cb925a83fab2363af42895
treef9408ce7c004ea6e8ac34613eeaf80f4402def11
parente896f9188d8c44a24dcc8961bafd2667080ffd37
talloc: add script to extract signatures from header files.

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
lib/talloc/script/mksigs.pl [new file with mode: 0755]