chiark / gitweb /
namespace: unify limit behavior on non-directory paths
[elogind.git] / src / basic / mount-util.h
index 237bd4711204a2f0ca02f28800c08de063ed7663..9ed5b284ceab5e275c02a1ac30b9c49b8accd02e 100644 (file)
@@ -53,4 +53,6 @@ union file_handle_union {
         char padding[sizeof(struct file_handle) + MAX_HANDLE_SZ];
 };
 
+const char* mode_to_inaccessible_node(mode_t mode);
+
 #define FILE_HANDLE_INIT { .handle.handle_bytes = MAX_HANDLE_SZ }