mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 18:06:04 +00:00
[WINESYNC] reg: Split 'delete' functions from reg.c.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org> wine commit id 81a3eecc3c2e7ddced2f25cabc6de47101fd4fb1 by Hugh McMaster <hugh.mcmaster@outlook.com>
This commit is contained in:
parent
761c3c9835
commit
6fc87692b3
4 changed files with 114 additions and 89 deletions
|
@ -41,6 +41,10 @@ HKEY path_get_rootkey(const WCHAR *path);
|
|||
WCHAR *build_subkey_path(WCHAR *path, DWORD path_len, WCHAR *subkey_name, DWORD subkey_len);
|
||||
BOOL parse_registry_key(const WCHAR *key, HKEY *root, WCHAR **path, WCHAR **long_key);
|
||||
|
||||
/* delete.c */
|
||||
int reg_delete(HKEY root, WCHAR *path, WCHAR *key_name, WCHAR *value_name,
|
||||
BOOL value_empty, BOOL value_all, BOOL force);
|
||||
|
||||
/* export.c */
|
||||
int reg_export(int argc, WCHAR *argv[]);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue