summaryrefslogtreecommitdiff
path: root/source3/lib/string_init.c
AgeCommit message (Collapse)AuthorFilesLines
2011-05-31s3-lib Move string_init functions into their own fileAndrew Bartlett1-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