r828: Some fixes in the core and regshell concerning hives and
[samba.git] / source / lib / registry / common / registry.h
index d4e8cccade5e828ea24d07289939c44473c7b813..5325a8908668c3c1d4e9a9fd21a9e9c01a50cc4f 100644 (file)
@@ -31,7 +31,7 @@
 struct reg_key_s {
   char *name;         /* Name of the key                    */
   char *path;            /* Full path to the key */
-  smb_ucs2_t *class_name; /* Name of key class */
+  char *class_name; /* Name of key class */
   NTTIME last_mod; /* Time last modified                 */
   SEC_DESC *security;
   REG_HANDLE *handle;