chiark / gitweb /
build-sys: fix built with --disable-logind
[elogind.git] / src / shared / util.h
index 4fccf96a6d3d9a8414c965ac17b762c7ecc4a525..35ff2e3547f42e22f42ab10a677c79c090dadeb2 100644 (file)
@@ -349,7 +349,7 @@ int get_ctty(pid_t, dev_t *_devnr, char **r);
 int chmod_and_chown(const char *path, mode_t mode, uid_t uid, gid_t gid);
 int fchmod_and_fchown(int fd, mode_t mode, uid_t uid, gid_t gid);
 
-int rm_rf_children(int fd, bool only_dirs, bool honour_sticky);
+int rm_rf_children(int fd, bool only_dirs, bool honour_sticky, struct stat *root_dev);
 int rm_rf(const char *path, bool only_dirs, bool delete_root, bool honour_sticky);
 
 int pipe_eof(int fd);
@@ -513,4 +513,7 @@ int can_sleep(const char *type);
 bool is_valid_documentation_url(const char *url);
 
 bool in_initrd(void);
+
+void warn_melody(void);
+
 #endif