summaryrefslogtreecommitdiffstats
path: root/src/db/sysdb_private.h
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2013-01-08 01:55:56 -0500
committerJakub Hrozek <jhrozek@redhat.com>2013-01-15 10:53:03 +0100
commit46675b5033169e1e954cd570413ce85b2c5e11fc (patch)
tree6428261b68c09bc833d824814ce284c19ebd2c65 /src/db/sysdb_private.h
parent0754ff886f909f0404038eb9c99dd61be1acf5b9 (diff)
downloadsssd-46675b5033169e1e954cd570413ce85b2c5e11fc.tar.gz
sssd-46675b5033169e1e954cd570413ce85b2c5e11fc.tar.xz
sssd-46675b5033169e1e954cd570413ce85b2c5e11fc.zip
Pass the domain to upgrade functions
Diffstat (limited to 'src/db/sysdb_private.h')
-rw-r--r--src/db/sysdb_private.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/db/sysdb_private.h b/src/db/sysdb_private.h
index 1e3617789..4eea09041 100644
--- a/src/db/sysdb_private.h
+++ b/src/db/sysdb_private.h
@@ -113,8 +113,10 @@ int sysdb_upgrade_06(struct sysdb_ctx *sysdb, const char **ver);
int sysdb_upgrade_07(struct sysdb_ctx *sysdb, const char **ver);
int sysdb_upgrade_08(struct sysdb_ctx *sysdb, const char **ver);
int sysdb_upgrade_09(struct sysdb_ctx *sysdb, const char **ver);
-int sysdb_upgrade_10(struct sysdb_ctx *sysdb, const char **ver);
-int sysdb_upgrade_11(struct sysdb_ctx *sysdb, const char **ver);
+int sysdb_upgrade_10(struct sysdb_ctx *sysdb, struct sss_domain_info *domain,
+ const char **ver);
+int sysdb_upgrade_11(struct sysdb_ctx *sysdb, struct sss_domain_info *domain,
+ const char **ver);
int sysdb_upgrade_12(struct sysdb_ctx *sysdb, const char **ver);
int sysdb_upgrade_13(struct sysdb_ctx *sysdb, const char **ver);
int sysdb_upgrade_14(struct sysdb_ctx *sysdb, const char **ver);