summaryrefslogtreecommitdiffstats
path: root/source3/lib/string_init.c
Commit message (Collapse)AuthorAgeFilesLines
* s3-lib Move string_init functions into their own fileAndrew Bartlett2011-05-311-0/+77
These have not been moved in common, as they are not talloc-based, but it helps with dependencies if these are seperated from the rest of util_str.c Andrew Bartlett