chiark / gitweb /
systemd-sleep: add support for freeze and standby
[elogind.git] / src / shared / util.h
index 0bcda48b6d7c50a9a02e5eb8116d8ee54188590b..7ef46e8f1ede68c2b38b2b46143550ca7d00176f 100644 (file)
@@ -513,9 +513,6 @@ int setrlimit_closest(int resource, const struct rlimit *rlim);
 
 int getenv_for_pid(pid_t pid, const char *field, char **_value);
 
-int can_sleep(const char *type);
-int can_sleep_disk(const char *type);
-
 bool is_valid_documentation_url(const char *url) _pure_;
 
 bool in_initrd(void);