Extract regkey_open_internal() from reg_frontend.c to new reg_util_legacy.c
authorMichael Adam <obnox@samba.org>
Sun, 20 Jan 2008 23:28:39 +0000 (00:28 +0100)
committerMichael Adam <obnox@samba.org>
Mon, 21 Jan 2008 07:49:12 +0000 (08:49 +0100)
commit0005b88d74fca1ea1410c9911d504b0a636a0472
treedfe938f4db94614a69c1819a0cedec55628c1109
parentc3f695d3b14ee06fc5d517ca094236e885f9e707
Extract regkey_open_internal() from reg_frontend.c to new reg_util_legacy.c

reg_openpath should be used instead of this function (along with the
reg_api interface). Last callers of this function are in services_db.c

Michael
source/Makefile.in
source/registry/reg_frontend.c
source/registry/reg_util_legacy.c [new file with mode: 0644]