From 8ed5808390ccb449c7c6dfdc510101c1ad8feb4c Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Tue, 8 Feb 2011 11:53:40 +0100 Subject: s3-rpc_client: Fixed winreg int documentation. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Günther Deschner --- source3/rpc_client/cli_winreg_int.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'source3/rpc_client/cli_winreg_int.h') diff --git a/source3/rpc_client/cli_winreg_int.h b/source3/rpc_client/cli_winreg_int.h index 83d96526a3..a1a7c67e5f 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 -- cgit