summaryrefslogtreecommitdiff
path: root/src/basic/path-util.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2020-07-29 18:36:26 +0200
committerLennart Poettering <lennart@poettering.net>2020-08-24 21:59:49 +0200
commitc95f9a2351ffd63b53a4c33fb683606e43677c89 (patch)
treed1210cb74c8e96a25e60a184e6da3ed0479a600d /src/basic/path-util.h
parent8dbc208cc1a7bbd9af44d98df4a4eb472266699a (diff)
downloadsystemd-c95f9a2351ffd63b53a4c33fb683606e43677c89.tar.gz
shared: introduce mkfs-util.c/.h
Let's move the "mkfs" code from homed there, plus other related code. This way we can easily reuse it from other places.
Diffstat (limited to 'src/basic/path-util.h')
-rw-r--r--src/basic/path-util.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/basic/path-util.h b/src/basic/path-util.h
index 30031fca8e..99c4e35782 100644
--- a/src/basic/path-util.h
+++ b/src/basic/path-util.h
@@ -85,7 +85,6 @@ int find_binary(const char *name, char **filename);
bool paths_check_timestamp(const char* const* paths, usec_t *paths_ts_usec, bool update);
int fsck_exists(const char *fstype);
-int mkfs_exists(const char *fstype);
/* Iterates through the path prefixes of the specified path, going up
* the tree, to root. Also returns "" (and not "/"!) for the root