Skip to content

Commit

Permalink
SYSDB: mark internal function as static
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-tikhonov committed Sep 4, 2024
1 parent 040c8dd commit 1d09350
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion src/db/sysdb_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -773,7 +773,7 @@ static int sysdb_timestamp_cache_connect(struct sysdb_ctx *sysdb,
return ret;
}

int sysdb_domain_init_internal(TALLOC_CTX *mem_ctx,
static int sysdb_domain_init_internal(TALLOC_CTX *mem_ctx,
struct sss_domain_info *domain,
const char *db_path,
struct sysdb_dom_upgrade_ctx *upgrade_ctx,
Expand Down
6 changes: 0 additions & 6 deletions src/db/sysdb_private.h
Original file line number Diff line number Diff line change
Expand Up @@ -161,12 +161,6 @@ struct sysdb_dom_upgrade_ctx {
struct sss_names_ctx *names; /* upgrade to 0.18 needs to parse names */
};

int sysdb_domain_init_internal(TALLOC_CTX *mem_ctx,
struct sss_domain_info *domain,
const char *db_path,
struct sysdb_dom_upgrade_ctx *upgrade_ctx,
struct sysdb_ctx **_ctx);

/* Upgrade routines */
int sysdb_upgrade_16(struct sysdb_ctx *sysdb, const char **ver);
int sysdb_upgrade_17(struct sysdb_ctx *sysdb,
Expand Down

0 comments on commit 1d09350

Please sign in to comment.