r26451: Janitorial: fix warnings in lib/registry/
authorKai Blin <kai@samba.org>
Fri, 14 Dec 2007 09:38:26 +0000 (10:38 +0100)
committerStefan Metzmacher <metze@samba.org>
Fri, 21 Dec 2007 04:50:16 +0000 (05:50 +0100)
commit45015eda2421253f858f0a4500a57c2855f9686c
tree004ff3b15d62a63c5d4dc4a5f4045a846e4c548b
parent4a33ca21943f72ddde4b22ddd6591c2ccdbb657b
r26451: Janitorial: fix warnings in lib/registry/

This does not fix the discarded qualifier warnings in tests, as the test data
is currently passed as const. Jelmer wants to provide a test function that
passes non-const test data, thus allowing for a cleaner way to fix those
warnings.
(This used to be commit 46dfa63d4f7381c5c6ce3f4b8b0bd9aa9e16950c)
source4/lib/registry/dir.c
source4/lib/registry/hive.h
source4/lib/registry/interface.c
source4/lib/registry/ldb.c
source4/lib/registry/local.c
source4/lib/registry/regf.c
source4/lib/registry/registry.h
source4/lib/registry/rpc.c
source4/lib/registry/tests/hive.c
source4/lib/registry/tests/registry.c