diff options
author | Andreas Schneider <asn@samba.org> | 2011-02-08 11:53:40 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-02-10 17:47:04 +0100 |
commit | 8ed5808390ccb449c7c6dfdc510101c1ad8feb4c (patch) | |
tree | 8e066238030b5308b801c27d5abb484d0ae4d9cd | |
parent | f0a90551b279c2dc7ab9d4c0e4b16b3e724548e2 (diff) | |
download | samba-8ed5808390ccb449c7c6dfdc510101c1ad8feb4c.tar.gz samba-8ed5808390ccb449c7c6dfdc510101c1ad8feb4c.tar.xz samba-8ed5808390ccb449c7c6dfdc510101c1ad8feb4c.zip |
s3-rpc_client: Fixed winreg int documentation.
Signed-off-by: Günther Deschner <gd@samba.org>
-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 |