Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | source3/loadparm.c: Move string_set/string_free inside. | Rusty Russell | 2012-08-07 | 1 | -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 file | Andrew Bartlett | 2011-05-31 | 1 | -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 |