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=deaa77950e50273b9e29003d64f7c92a1ddc6c7f;hp=ea887e162f49dc9b1c09adec480fc76da8da8977;hb=4a7059686430f596810f0c83e4897154828fd352;hpb=2f30582bd3d00ce582d190ddb379e46e0a67f813 diff --git a/src/basic/mount-util.h b/src/basic/mount-util.h index ea887e162..deaa77950 100644 --- a/src/basic/mount-util.h +++ b/src/basic/mount-util.h @@ -67,3 +67,6 @@ int mount_verbose( const char *options); int umount_verbose(const char *where); #endif // 0 + +const char *mount_propagation_flags_to_string(unsigned long flags); +int mount_propagation_flags_from_string(const char *name, unsigned long *ret);