From e935d8616b3846695f4633ca0dbbc36ee54608e4 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 23 Mar 2009 23:14:45 +0100 Subject: s3:registry: replace typedef REGISTRY_OPS by struct registry_ops Michael --- source3/lib/util_reg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/lib') diff --git a/source3/lib/util_reg.c b/source3/lib/util_reg.c index 96717e33d3..1e1bcfeb10 100644 --- a/source3/lib/util_reg.c +++ b/source3/lib/util_reg.c @@ -22,7 +22,7 @@ #undef DBGC_CLASS #define DBGC_CLASS DBGC_REGISTRY -extern REGISTRY_OPS smbconf_reg_ops; +extern struct registry_ops smbconf_reg_ops; const char *reg_type_lookup(enum winreg_Type type) { -- cgit