diff options
-rw-r--r-- | source3/rpc_client/cli_winreg_int.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/source3/rpc_client/cli_winreg_int.h b/source3/rpc_client/cli_winreg_int.h index 83d96526a3a..a1a7c67e5fb 100644 --- a/source3/rpc_client/cli_winreg_int.h +++ b/source3/rpc_client/cli_winreg_int.h @@ -22,7 +22,7 @@ #ifndef CLI_WINREG_INT_H #define CLI_WINREG_INT_H -/* +/** * @brief Connect to the interal winreg server and open the given key. * * The function will create the needed subkeys if they don't exist. @@ -31,8 +31,6 @@ * * @param[in] server_info The supplied server info. * - * @param[in] path The path to the key to open. - * * @param[in] key The key to open. * * @param[in] create_key Set to true if the key should be created if it |