summaryrefslogtreecommitdiffstats
path: root/libmount/src/libmount.h.in
diff options
context:
space:
mode:
authorKarel Zak2011-07-25 10:42:08 +0200
committerKarel Zak2011-07-25 10:42:08 +0200
commite6ecd606ae2b3665b7f5a99e612a74979d8e8457 (patch)
tree0d2dce92ecb4f715b5c598bb3b3e0dbda00efdc5 /libmount/src/libmount.h.in
parentlibmount: cleanup docs (diff)
downloadkernel-qcow2-util-linux-e6ecd606ae2b3665b7f5a99e612a74979d8e8457.tar.gz
kernel-qcow2-util-linux-e6ecd606ae2b3665b7f5a99e612a74979d8e8457.tar.xz
kernel-qcow2-util-linux-e6ecd606ae2b3665b7f5a99e612a74979d8e8457.zip
libmount: clean up docs
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'libmount/src/libmount.h.in')
-rw-r--r--libmount/src/libmount.h.in9
1 files changed, 8 insertions, 1 deletions
diff --git a/libmount/src/libmount.h.in b/libmount/src/libmount.h.in
index 160c7049d..cf3db2ffb 100644
--- a/libmount/src/libmount.h.in
+++ b/libmount/src/libmount.h.in
@@ -103,6 +103,13 @@ struct libmnt_update;
*/
struct libmnt_context;
+/**
+ * libmnt_tabdiff:
+ *
+ * Stores mountinfo state
+ */
+struct libmnt_tabdiff;
+
/*
* Actions
*/
@@ -317,7 +324,7 @@ extern int mnt_table_is_fs_mounted(struct libmnt_table *tb, struct libmnt_fs *fs
extern struct libmnt_update *mnt_new_update(void);
extern void mnt_free_update(struct libmnt_update *upd);
extern int mnt_update_is_ready(struct libmnt_update *upd);
-extern int mnt_update_set_fs(struct libmnt_update *upd, unsigned long mflags,
+extern int mnt_update_set_fs(struct libmnt_update *upd, unsigned long mountflags,
const char *target, struct libmnt_fs *fs);
extern int mnt_update_table(struct libmnt_update *upd, struct libmnt_lock *lc);
extern unsigned long mnt_update_get_mflags(struct libmnt_update *upd);