summaryrefslogtreecommitdiff
path: root/src/ask-password-api.h
diff options
context:
space:
mode:
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