From e929bee09ab8000e87b7e825ed3a78d73ecdd7f0 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 26 Oct 2015 19:08:09 +0100 Subject: util-lib: move take_password_lock() to user-util.[ch] Also, rename it take_etc_passwd_lock(), in order to make it more expressive. --- src/basic/util.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/basic/util.h') diff --git a/src/basic/util.h b/src/basic/util.h index f96b493d9d..76d0784d36 100644 --- a/src/basic/util.h +++ b/src/basic/util.h @@ -519,8 +519,6 @@ union file_handle_union { int update_reboot_param_file(const char *param); -int take_password_lock(const char *root); - int is_symlink(const char *path); int is_dir(const char *path, bool follow); int is_device_node(const char *path); -- cgit v1.2.3-54-g00ecf