X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fbasic%2Fmount-util.h;h=d538ea9533ac59b0906efec374d27c0c40cb69ae;hp=5f58ee0267ac80c14532bab5a7d1f875c81f6ec8;hb=2a4a438b7c7306da5f698d2247e646263f3c45c0;hpb=666d14067ba8abed303f65fa8a86bd2e7ff7b3b1 diff --git a/src/basic/mount-util.h b/src/basic/mount-util.h index 5f58ee026..d538ea953 100644 --- a/src/basic/mount-util.h +++ b/src/basic/mount-util.h @@ -56,3 +56,14 @@ union file_handle_union { 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, + const char *where, + const char *type, + unsigned long flags, + const char *options); +int umount_verbose(const char *where); +#endif // 0