summaryrefslogtreecommitdiff
path: root/src/basic/mount-util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/basic/mount-util.h')
-rw-r--r--src/basic/mount-util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/basic/mount-util.h b/src/basic/mount-util.h
index 33453aa9f..d538ea953 100644
--- a/src/basic/mount-util.h
+++ b/src/basic/mount-util.h
@@ -57,6 +57,7 @@ const char* mode_to_inaccessible_node(mode_t mode);
#define FILE_HANDLE_INIT { .handle.handle_bytes = MAX_HANDLE_SZ }
+#if 0 /// UNNEEDED by elogind
int mount_verbose(
int error_log_level,
const char *what,
@@ -65,3 +66,4 @@ int mount_verbose(
unsigned long flags,
const char *options);
int umount_verbose(const char *where);
+#endif // 0