diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-10-26 19:08:09 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-10-27 13:25:55 +0100 |
commit | e929bee09ab8000e87b7e825ed3a78d73ecdd7f0 (patch) | |
tree | 5e1fc6e11dec6ab46fb9497fb9915b65ad37d8af /src/basic/util.h | |
parent | bb15fafe9cd815fe5bf9eae84c08aead2eb98fd7 (diff) |
util-lib: move take_password_lock() to user-util.[ch]
Also, rename it take_etc_passwd_lock(), in order to make it more
expressive.
Diffstat (limited to 'src/basic/util.h')
-rw-r--r-- | src/basic/util.h | 2 |
1 files changed, 0 insertions, 2 deletions
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); |