From 92bb11b3570c0ce1de84824d9697fa45422feb0b Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Mon, 9 Mar 2009 20:34:44 -0400 Subject: Move MPG checks within sysdb. This allows to perform checks and modifications in one transaction. Uses configuration stored in confdb to determins if a domain uses MPGs. --- server/tools/tools_util.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'server/tools/tools_util.h') diff --git a/server/tools/tools_util.h b/server/tools/tools_util.h index d8edd493..4a32e9c7 100644 --- a/server/tools/tools_util.h +++ b/server/tools/tools_util.h @@ -12,8 +12,6 @@ struct tools_ctx { struct btreemap *domains; }; -int check_user_name_unique(struct tools_ctx *ctx, const char *name); -int check_group_name_unique(struct tools_ctx *ctx, const char *name); int setup_db(struct tools_ctx **ctx); void usage(poptContext pc, const char *error); -- cgit