summaryrefslogtreecommitdiffstats
path: root/lib/util/idtree.h
Commit message (Collapse)AuthorAgeFilesLines
* lib/util: Move idr_get_new_random() to new source file idtree_random.cMartin Schwenke2014-09-191-0/+68
This function depends on genrand.c, which depends on lib/crypto. This way the other IDR tree code can be used without lib/crypto. While doing this, create idtree.h and idtree_random.h and clean up the includes. Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Volker Lendecke <vl@samba.org>