summaryrefslogtreecommitdiffstats
path: root/lib/talloc/script/mksyms.sh
Commit message (Collapse)AuthorAgeFilesLines
* talloc: Change the way mksysms workSimo Sorce2009-10-141-1/+18
| | | | | | | | Make sure we always have a sorted (per file) export file. This way we can directly compare the real export and the check file w/o having to further sort things. Also return error code from abi_checks.sh if warnings were reported
* talloc: add scripts to extract library symbols (exports file) from headersMichael Adam2009-08-301-0/+45
Michael