]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/shared/fstab-util.h
Add SPDX license identifiers to source files under the LGPL
[thirdparty/systemd.git] / src / shared / fstab-util.h
index 679f6902f79c3d41a75466d52125682e3414433d..87f82dcfb4f2a5eea693175b71f7b2af43b1c57e 100644 (file)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: LGPL-2.1+ */
 #pragma once
 
 /***
@@ -24,7 +25,8 @@
 
 #include "macro.h"
 
-bool fstab_is_mount_point(const char *mount);
+int fstab_is_mount_point(const char *mount);
+int fstab_has_fstype(const char *fstype);
 
 int fstab_filter_options(const char *opts, const char *names, const char **namefound, char **value, char **filtered);