summaryrefslogtreecommitdiffstats
path: root/source3/lib/string_init.c
Commit message (Collapse)AuthorAgeFilesLines
* source3/loadparm.c: Move string_set/string_free inside.Rusty Russell2012-08-071-77/+0
| | | | | | | The only user, so make them static inside loadparm.c Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Signed-off-by: Andrew Bartlett <abartlet@samba.org>
* 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