summaryrefslogtreecommitdiffstats
path: root/lib/util/util_paths.c
Commit message (Collapse)AuthorAgeFilesLines
* lib/util use modules_path(), data_path() and shlib_ext() from source3Andrew Bartlett2011-06-061-0/+63
This brings these helpful utility functions in common, as they are not based on either loadparm system. (The 'modules dir' parameter from Samba4 will shortly be removed, so there is no loss in functionality) Andrew Bartlett