diff options
author | Karel Zak <kzak@redhat.com> | 2010-09-15 16:56:15 +0200 |
---|---|---|
committer | Karel Zak <kzak@redhat.com> | 2011-01-03 12:28:42 +0100 |
commit | 8fa671576cde9e45411dca5427e7d52d7b6b9be6 (patch) | |
tree | 55c93e3afb0ffb40855ffe3e76095d878d887303 /shlibs/mount/src/mount.h.in | |
parent | 2b5cceb5c799794121bfab1a7652ea06b164cb3e (diff) | |
download | util-linux-old-8fa671576cde9e45411dca5427e7d52d7b6b9be6.tar.gz |
libmount: add mnt_context
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'shlibs/mount/src/mount.h.in')
-rw-r--r-- | shlibs/mount/src/mount.h.in | 7 |
1 files changed, 7 insertions, 0 deletions
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 */ |