tevent: 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>
Fri, 11 Sep 2009 13:31:23 +0000 (15:31 +0200)
commitffc72b92078a07d020456028b31fbbdd9e802c54
tree58880015d363cb16010027649aac2622621fa17e
parent4530fcd820af41080d820159605880d33fd48476
tevent: 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 include/tevent.h | ./script/mksigs.pl

This simple parser is probably too coarse to handle all
possible header files, but it treats tevent.h correctly...

Michael
lib/tevent/script/mksigs.pl [new file with mode: 0755]