summaryrefslogtreecommitdiff
path: root/source3/registry/reg_backend_printing.c
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2009-03-23 23:14:45 +0100
committerMichael Adam <obnox@samba.org>2009-04-27 11:21:04 +0200
commite935d8616b3846695f4633ca0dbbc36ee54608e4 (patch)
tree1dd35908403e29c187631b8b9f99bff687b7b365 /source3/registry/reg_backend_printing.c
parentc9b1734419e795b1f57882de37758e7f1ee25b94 (diff)
downloadsamba-e935d8616b3846695f4633ca0dbbc36ee54608e4.tar.gz
samba-e935d8616b3846695f4633ca0dbbc36ee54608e4.tar.bz2
samba-e935d8616b3846695f4633ca0dbbc36ee54608e4.zip
s3:registry: replace typedef REGISTRY_OPS by struct registry_ops
Michael
Diffstat (limited to 'source3/registry/reg_backend_printing.c')
-rw-r--r--source3/registry/reg_backend_printing.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/registry/reg_backend_printing.c b/source3/registry/reg_backend_printing.c
index 0854d7d8fc..4465d2e2e1 100644
--- a/source3/registry/reg_backend_printing.c
+++ b/source3/registry/reg_backend_printing.c
@@ -1258,7 +1258,7 @@ static bool regprint_store_reg_values(const char *key, struct regval_ctr *values
* Table of function pointers for accessing printing data
*/
-REGISTRY_OPS printing_ops = {
+struct registry_ops printing_ops = {
.fetch_subkeys = regprint_fetch_reg_keys,
.fetch_values = regprint_fetch_reg_values,
.store_subkeys = regprint_store_reg_keys,