s3: Wrap calls to the s3 registry API.
authorC. Davis <cd.rattan@gmail.com>
Fri, 6 Jul 2012 09:42:53 +0000 (02:42 -0700)
committerMichael Adam <obnox@samba.org>
Mon, 29 Apr 2013 11:05:41 +0000 (13:05 +0200)
commit1ac6bb1491e034f00be517d65a695b182f6a3f2a
tree0aaf6c7daba4087f15894525182f7d01a1166f0b
parent251767cde9a146d8122d76e257ab232c05ad452a
s3: Wrap calls to the s3 registry API.

To use Samba 4's libregistry in the registry editor, some
compatibility issues with Samba 3 need to be addressed.
"struct registry_key" is defined differently in source3 and
source4, and so this wrapper is used to isolate conflicting
types and avoid headaches compiling the code.

Reviewed-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
source3/utils/regedit.h [new file with mode: 0644]
source3/utils/regedit_wrap.c [new file with mode: 0644]