X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fbasic%2Fmount-util.h;h=d538ea9533ac59b0906efec374d27c0c40cb69ae;hb=a683e1878913969ccf8b0defdec4d955e15ed75a;hp=33453aa9fb20c4d869ce46b03c0a424bc0c8a8fb;hpb=d737e05d865c11ee3eea63b3ea836da9e2938065;p=elogind.git 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