mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
s3:registry: make regdb_fetch_keys() static
Signed-off-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
parent
4cf44177ac
commit
5fdd602605
@ -1757,7 +1757,7 @@ done:
|
||||
return werr;
|
||||
}
|
||||
|
||||
int regdb_fetch_keys(const char *key, struct regsubkey_ctr *ctr)
|
||||
static int regdb_fetch_keys(const char *key, struct regsubkey_ctr *ctr)
|
||||
{
|
||||
WERROR werr;
|
||||
|
||||
|
@ -32,7 +32,6 @@ WERROR regdb_transaction_start(void);
|
||||
WERROR regdb_transaction_commit(void);
|
||||
WERROR regdb_transaction_cancel(void);
|
||||
int regdb_get_seqnum(void);
|
||||
int regdb_fetch_keys(const char *key, struct regsubkey_ctr *ctr);
|
||||
int regdb_fetch_values(const char* key, struct regval_ctr *values);
|
||||
bool regdb_store_values(const char *key, struct regval_ctr *values);
|
||||
bool regdb_subkeys_need_update(struct regsubkey_ctr *subkeys);
|
||||
|
Loading…
Reference in New Issue
Block a user