summaryrefslogtreecommitdiffstats
path: root/source3/registry/reg_backend_db.h
Commit message (Collapse)AuthorAgeFilesLines
* s3:registry: make regdb_values_need_update() staticMichael Adam2012-04-251-1/+0
| | | | Signed-off-by: Andreas Schneider <asn@samba.org>
* s3:registry: make regdb_subkeys_need_update() staticMichael Adam2012-04-251-1/+0
| | | | Signed-off-by: Andreas Schneider <asn@samba.org>
* s3:registry: make regdb_store_values() staticMichael Adam2012-04-251-1/+0
| | | | Signed-off-by: Andreas Schneider <asn@samba.org>
* s3:registry: make regdb_fetch_values() staticMichael Adam2012-04-251-1/+0
| | | | Signed-off-by: Andreas Schneider <asn@samba.org>
* s3:registry: make regdb_fetch_keys() staticMichael Adam2012-04-251-1/+0
| | | | Signed-off-by: Andreas Schneider <asn@samba.org>
* s3:registry: make regdb_store_keys() staticMichael Adam2012-04-251-1/+0
| | | | Signed-off-by: Andreas Schneider <asn@samba.org>
* s3: Make reg_backend_db.h includable by itselfVolker Lendecke2011-04-111-0/+1
| | | | (cherry picked from commit 6ba31d3bd29dd11b1b98859f4d8a65d9be7dac60)
* s3:registry: extract the reg_backend_db prototypes into their own header.Michael Adam2010-05-251-0/+41
And use them only where needed.