summaryrefslogtreecommitdiffstats
path: root/shlibs/mount/src/mount.h.in
diff options
context:
space:
mode:
authorKarel Zak2010-04-08 14:59:03 +0200
committerKarel Zak2010-06-03 15:20:12 +0200
commitafa03b9d9ba3e4fa658b01598a0146a0215e7920 (patch)
treed8e7b0286ae355e04d0531989b8d2d39cfa55fb8 /shlibs/mount/src/mount.h.in
parentlib: tt.c: don't print header for empty table (diff)
downloadkernel-qcow2-util-linux-afa03b9d9ba3e4fa658b01598a0146a0215e7920.tar.gz
kernel-qcow2-util-linux-afa03b9d9ba3e4fa658b01598a0146a0215e7920.tar.xz
kernel-qcow2-util-linux-afa03b9d9ba3e4fa658b01598a0146a0215e7920.zip
libmount: export mnt_init_debug()
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, 2 insertions, 0 deletions
diff --git a/shlibs/mount/src/mount.h.in b/shlibs/mount/src/mount.h.in
index 7d13e7061..eeddc812b 100644
--- a/shlibs/mount/src/mount.h.in
+++ b/shlibs/mount/src/mount.h.in
@@ -102,6 +102,8 @@ typedef struct _mnt_fs mnt_fs;
*/
typedef struct _mnt_tab mnt_tab;
+/* init.c */
+extern void mnt_init_debug(int mask);
/* version.c */
extern int mnt_parse_version_string(const char *ver_string);