From 4aa841c5724f313435aeea1c0319e81bb0d14321 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Mon, 22 Mar 2010 22:10:29 +0100 Subject: Add userdel_cmd param Fixes: #231 --- src/tools/tools_util.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/tools/tools_util.h') diff --git a/src/tools/tools_util.h b/src/tools/tools_util.h index a2b5c783..fccec146 100644 --- a/src/tools/tools_util.h +++ b/src/tools/tools_util.h @@ -95,6 +95,8 @@ int remove_homedir(TALLOC_CTX *mem_ctx, const char *username, uid_t uid, bool force); +int run_userdel_cmd(struct tools_ctx *tctx); + /* from files.c */ int remove_tree(const char *root); -- cgit