From 7f4e08056de0184b205a20632e62db73d299937e Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 12 Nov 2010 00:39:17 +0100 Subject: cryptsetup: hook up tool with ask-password --- src/util.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/util.h') diff --git a/src/util.h b/src/util.h index 5567da8544..63538fed8e 100644 --- a/src/util.h +++ b/src/util.h @@ -365,8 +365,6 @@ bool null_or_empty(struct stat *st); DIR *xopendirat(int dirfd, const char *name); -int ask_password_tty(const char *message, usec_t until, const char *flag_file, char **_passphrase); - void dual_timestamp_serialize(FILE *f, const char *name, dual_timestamp *t); void dual_timestamp_deserialize(const char *value, dual_timestamp *t); -- cgit v1.2.3-54-g00ecf