summaryrefslogtreecommitdiffstats
path: root/shlibs/mount/src/mount.h.in
diff options
context:
space:
mode:
authorKarel Zak2010-09-29 12:23:59 +0200
committerKarel Zak2011-01-03 12:28:43 +0100
commit5944e4e6c693d0d388c3ff9a3f534daa4bdf3767 (patch)
treefe1902bcd950f61825ae811d74ccf589c69efccd /shlibs/mount/src/mount.h.in
parentlibmount: use attribute __format__ for debug routines (diff)
downloadkernel-qcow2-util-linux-5944e4e6c693d0d388c3ff9a3f534daa4bdf3767.tar.gz
kernel-qcow2-util-linux-5944e4e6c693d0d388c3ff9a3f534daa4bdf3767.tar.xz
kernel-qcow2-util-linux-5944e4e6c693d0d388c3ff9a3f534daa4bdf3767.zip
libmount: add mtab managment to context API
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.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/shlibs/mount/src/mount.h.in b/shlibs/mount/src/mount.h.in
index faa86bfe0..041be62ef 100644
--- a/shlibs/mount/src/mount.h.in
+++ b/shlibs/mount/src/mount.h.in
@@ -293,7 +293,7 @@ extern int mnt_update_disable_lock(mnt_update *upd, int disable);
extern int mnt_update_set_old_target(mnt_update *upd, const char *target);
extern int mnt_update_set_fs(mnt_update *upd, const mnt_fs *fs);
-extern int mnt_update_prepare_update(mnt_update *upd);
+extern int mnt_prepare_update(mnt_update *upd);
extern int mnt_update_mtab(mnt_update *upd);
/*