From: Karel Zak Date: Wed, 15 Sep 2010 14:56:15 +0000 (+0200) Subject: libmount: add mnt_context X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8fa671576cde9e45411dca5427e7d52d7b6b9be6;p=util-linux libmount: add mnt_context Signed-off-by: Karel Zak --- diff --git a/shlibs/mount/src/mount.h.in b/shlibs/mount/src/mount.h.in index 31406835..42496ac7 100644 --- a/shlibs/mount/src/mount.h.in +++ b/shlibs/mount/src/mount.h.in @@ -95,6 +95,13 @@ typedef struct _mnt_tab mnt_tab; */ typedef struct _mnt_update mnt_update; +/** + * mnt_context + * + * Mount/umount status + */ +typedef struct _mnt_context mnt_context; + /* * Tab file format */