summaryrefslogtreecommitdiff
path: root/lib/util/tsort.h
AgeCommit message (Collapse)AuthorFilesLines
2010-02-14s4-ldb: use TYPESAFE_QSORT() in the rest of the ldb codeAndrew Tridgell1-1/+3
2010-02-13util: added TYPESAFE_QSORT() macroAndrew Tridgell1-0/+38
This makes it much harder to get the type of a qsort comparison function wrong.