diff options
author | Michael Adam <obnox@samba.org> | 2010-05-23 16:00:35 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2010-05-25 10:35:25 +0200 |
commit | c682fd65b20e6b17150b3a57bebb222767c60796 (patch) | |
tree | b8d279a0f787d87e69c3eb3af44a0a7415810029 | |
parent | a4efda959af36e0611c5204852dc1eea3f0310bf (diff) | |
download | samba-c682fd65b20e6b17150b3a57bebb222767c60796.tar.gz samba-c682fd65b20e6b17150b3a57bebb222767c60796.tar.bz2 samba-c682fd65b20e6b17150b3a57bebb222767c60796.zip |
s3:registry: remove superfluous comments from registry.h
-rw-r--r-- | source3/include/registry.h | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/source3/include/registry.h b/source3/include/registry.h index 8c784e1f16..a4ecd26842 100644 --- a/source3/include/registry.h +++ b/source3/include/registry.h @@ -56,9 +56,6 @@ WERROR reg_create_path(TALLOC_CTX *mem_ctx, const char *orig_path, WERROR reg_delete_path(const struct nt_user_token *token, const char *orig_path); -/* The following definitions come from registry/reg_backend_current_version.c */ - - /* The following definitions come from registry/reg_backend_db.c */ WERROR init_registry_key(const char *add_path); @@ -77,29 +74,6 @@ bool regdb_store_values(const char *key, struct regval_ctr *values); bool regdb_subkeys_need_update(struct regsubkey_ctr *subkeys); bool regdb_values_need_update(struct regval_ctr *values); -/* The following definitions come from registry/reg_backend_hkpt_params.c */ - - -/* The following definitions come from registry/reg_backend_netlogon_params.c */ - - -/* The following definitions come from registry/reg_backend_perflib.c */ - - -/* The following definitions come from registry/reg_backend_printing.c */ - - -/* The following definitions come from registry/reg_backend_prod_options.c */ - - -/* The following definitions come from registry/reg_backend_shares.c */ - - -/* The following definitions come from registry/reg_backend_smbconf.c */ - - -/* The following definitions come from registry/reg_backend_tcpip_params.c */ - /* The following definitions come from registry/reg_dispatcher.c */ bool store_reg_keys(struct registry_key_handle *key, @@ -161,8 +135,6 @@ char *normalize_reg_path(TALLOC_CTX *ctx, const char *keyname ); void normalize_dbkey(char *key); char *reg_remaining_path(TALLOC_CTX *ctx, const char *key); -/* The following definitions come from registry/regfio.c */ - /* The following definitions come from lib/util_reg_api.c */ WERROR registry_pull_value(TALLOC_CTX *mem_ctx, |