tdb: 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:54 +0000 (00:51 +0200)
commit0760a04ef9f7d2f3d966017295712769d02b8b9f
tree81e3ce94efff9e37c004fd98e2705308eaaecc2e
parent006fd0c43c7c403b8671dfc46e5ee31e92480e1f
tdb: 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/tdb.h | ./script/mksigs.pl

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

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