summaryrefslogtreecommitdiff
path: root/source3/include/rpc_reg.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/include/rpc_reg.h')
-rw-r--r--source3/include/rpc_reg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/rpc_reg.h b/source3/include/rpc_reg.h
index 9c5f614f91..071ef408d4 100644
--- a/source3/include/rpc_reg.h
+++ b/source3/include/rpc_reg.h
@@ -109,7 +109,7 @@ typedef struct _RegistryValue {
typedef struct _reg_ops {
/* functions for enumerating subkeys and values */
int (*subkey_fn)( char *key, char **subkeys );
- int (*subkey_specific_fn)( char *key, char** subkey, uint32 index );
+ int (*subkey_specific_fn)( char *key, char** subkey, uint32 indx );
int (*value_fn) ( char *key, REGISTRY_VALUE **val );
BOOL (*store_subkeys_fn)( char *key, char **subkeys, uint32 num_subkeys );
BOOL (*store_values_fn)( char *key, REGISTRY_VALUE **val, uint32 num_values );