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)
committerStefan Metzmacher <metze@samba.org>
Wed, 16 Dec 2009 07:03:43 +0000 (08:03 +0100)
commit141422d9dc24b15b7b8bc7831adab90367a729f7
tree3628211b31cf7f733cdf1dc7dc507301d18b2919
parentaed864dceaf6ec1e6e6066a587c708b485901200
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
(cherry picked from samba commit 0760a04ef9f7d2f3d966017295712769d02b8b9f)

Signed-off-by: Stefan Metzmacher <metze@samba.org>
lib/tdb/script/mksigs.pl [new file with mode: 0755]