summaryrefslogtreecommitdiff
path: root/src/ask-password-api.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-11-14 01:53:46 +0100
committerLennart Poettering <lennart@poettering.net>2010-11-14 19:59:10 +0100
commit260ab287953153a8b4ae13133adfdfc2b3514a46 (patch)
tree5cf5c5737b1c66c0acd912a1a2c7b3cf453551f1 /src/ask-password-api.h
parent612eb8e4598df4249a23895c57e006087536b357 (diff)
cryptsetup: support non-LUKS crypto partitions
Diffstat (limited to 'src/ask-password-api.h')
-rw-r--r--src/ask-password-api.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ask-password-api.h b/src/ask-password-api.h
index 8ef1aa6e67..ec858bac78 100644
--- a/src/ask-password-api.h
+++ b/src/ask-password-api.h
@@ -28,4 +28,6 @@ int ask_password_tty(const char *message, usec_t until, const char *flag_file, c
int ask_password_agent(const char *message, const char *icon, usec_t until, char **_passphrase);
+int ask_password_auto(const char *message, const char *icon, usec_t until, char **_passphrase);
+
#endif