diff options
author | Michael Adam <obnox@samba.org> | 2009-03-23 23:14:45 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2009-04-27 11:21:04 +0200 |
commit | e935d8616b3846695f4633ca0dbbc36ee54608e4 (patch) | |
tree | 1dd35908403e29c187631b8b9f99bff687b7b365 /source3/lib | |
parent | c9b1734419e795b1f57882de37758e7f1ee25b94 (diff) | |
download | samba-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/lib')
-rw-r--r-- | source3/lib/util_reg.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |