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=33453aa9fb20c4d869ce46b03c0a424bc0c8a8fb;hp=5f58ee0267ac80c14532bab5a7d1f875c81f6ec8;hb=f47938b37644a3c961fd51de89b27cde2c54cc45;hpb=c4ab4637495c32a213735f26616310fbf448c3ff diff --git a/src/basic/mount-util.h b/src/basic/mount-util.h index 5f58ee026..33453aa9f 100644 --- a/src/basic/mount-util.h +++ b/src/basic/mount-util.h @@ -56,3 +56,12 @@ union file_handle_union { const char* mode_to_inaccessible_node(mode_t mode); #define FILE_HANDLE_INIT { .handle.handle_bytes = MAX_HANDLE_SZ } + +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);