]> err.no Git - util-linux/commitdiff
libmount: add mnt_context
authorKarel Zak <kzak@redhat.com>
Wed, 15 Sep 2010 14:56:15 +0000 (16:56 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 3 Jan 2011 11:28:42 +0000 (12:28 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
shlibs/mount/src/mount.h.in

index 31406835b5650e6a813fb5976fe53a4216dc12de..42496ac788dd8725b73dd818cebc3ca44bc41964 100644 (file)
@@ -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
  */