s3:registry: extract the reg_util prototypes into their own header.
authorMichael Adam <obnox@samba.org>
Sun, 23 May 2010 14:11:13 +0000 (16:11 +0200)
committerMichael Adam <obnox@samba.org>
Tue, 25 May 2010 08:35:25 +0000 (10:35 +0200)
commit4ae77b2ef9ef5f936055b03a7fb96231a069683b
treecc800e12f751a567786c2f28626271056fb6d147
parentc682fd65b20e6b17150b3a57bebb222767c60796
s3:registry: extract the reg_util prototypes into their own header.

And use them only where needed.
source3/include/registry.h
source3/registry/reg_api.c
source3/registry/reg_backend_current_version.c
source3/registry/reg_backend_db.c
source3/registry/reg_backend_perflib.c
source3/registry/reg_backend_printing.c
source3/registry/reg_util.c
source3/registry/reg_util.h [new file with mode: 0644]