1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

s3:registry: remove superfluous comments from registry.h

This commit is contained in:
Michael Adam 2010-05-23 16:00:35 +02:00
parent a4efda959a
commit c682fd65b2

View File

@ -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,