summaryrefslogtreecommitdiffstats
path: root/shlibs/mount/src/mountP.h
diff options
context:
space:
mode:
authorKarel Zak2010-01-04 23:03:47 +0100
committerKarel Zak2010-06-03 15:20:10 +0200
commit9e272c68f51fa4e1fd0f6832bea9f82d6bceb007 (patch)
tree14edaae5853c966764a1528254f2dad46e9c9b81 /shlibs/mount/src/mountP.h
parentlibblkid: add paths and tags cache (diff)
downloadkernel-qcow2-util-linux-9e272c68f51fa4e1fd0f6832bea9f82d6bceb007.tar.gz
kernel-qcow2-util-linux-9e272c68f51fa4e1fd0f6832bea9f82d6bceb007.tar.xz
kernel-qcow2-util-linux-9e272c68f51fa4e1fd0f6832bea9f82d6bceb007.zip
libmount: add mnt_optstr_* functions
This set of functions allows to set/get/remove/append option in unparsed options string. Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'shlibs/mount/src/mountP.h')
-rw-r--r--shlibs/mount/src/mountP.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/shlibs/mount/src/mountP.h b/shlibs/mount/src/mountP.h
index 21f3e67ed..74db25568 100644
--- a/shlibs/mount/src/mountP.h
+++ b/shlibs/mount/src/mountP.h
@@ -31,6 +31,7 @@
#define DEBUG_INIT (1 << 1)
#define DEBUG_CACHE (1 << 2)
+#define DEBUG_OPTIONS (1 << 3)
#define DEBUG_ALL 0xFFFF
#ifdef CONFIG_LIBMOUNT_DEBUG