chiark / gitweb /
tmpfiles: ignore files marked with the sticky bit
[elogind.git] / src / util.h
index 5567da8544c0e68f5aad78d9e74ac922838b56da..63538fed8e4b9da3d40901d303f3a75f8db45aaa 100644 (file)
@@ -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);