s3-lib Move string_init functions into their own file
authorAndrew Bartlett <abartlet@samba.org>
Wed, 25 May 2011 04:53:32 +0000 (14:53 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 30 May 2011 22:32:07 +0000 (00:32 +0200)
commit53140724f149058a8404727533ae792cbb8b1340
tree3068a0782c4a4568e41be5907a1cac196833dfda
parent8524924a460349a9aa56db475d771b8884fbe517
s3-lib Move string_init functions into their own file

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
source3/Makefile.in
source3/lib/string_init.c [new file with mode: 0644]
source3/lib/util_str.c
source3/wscript_build