chiark / gitweb /
main: refuse --test as root
[elogind.git] / src / ask-password-api.h
index 8ef1aa6e67759b6bf6e52d95d779c2ccf1109d7a..ec858bac7851d2813a7b1ead0116f7878b50da83 100644 (file)
@@ -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