summaryrefslogtreecommitdiff
path: root/src/systemd/src/basic/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/systemd/src/basic/util.h')
-rw-r--r--src/systemd/src/basic/util.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/systemd/src/basic/util.h b/src/systemd/src/basic/util.h
index a79907de3e..20181ab917 100644
--- a/src/systemd/src/basic/util.h
+++ b/src/systemd/src/basic/util.h
@@ -71,8 +71,6 @@ bool plymouth_running(void);
bool display_is_local(const char *display) _pure_;
int socket_from_display(const char *display, char **path);
-int block_get_whole_disk(dev_t d, dev_t *ret);
-
#define NULSTR_FOREACH(i, l) \
for ((i) = (l); (i) && *(i); (i) = strchr((i), 0)+1)
@@ -86,8 +84,6 @@ bool kexec_loaded(void);
int prot_from_flags(int flags) _const_;
-int fork_agent(pid_t *pid, const int except[], unsigned n_except, const char *path, ...);
-
bool in_initrd(void);
void in_initrd_force(bool value);
@@ -194,5 +190,4 @@ int update_reboot_parameter_and_warn(const char *param);
int version(void);
-int get_block_device(const char *path, dev_t *dev);
-int get_block_device_harder(const char *path, dev_t *dev);
+int str_verscmp(const char *s1, const char *s2);