From 11ce3427242b8b4ddf638ed5703d69041d719b4c Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 20 Aug 2010 02:46:15 +0200 Subject: mount: properly handle LABEL="" in fstab --- src/util.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/util.h') diff --git a/src/util.h b/src/util.h index 7490236fa0..4063ee7ff2 100644 --- a/src/util.h +++ b/src/util.h @@ -339,6 +339,8 @@ char *ellipsize(const char *s, unsigned length, unsigned percent); int touch(const char *path); +char *unquote(const char *s, const char quote); + #define NULSTR_FOREACH(i, l) \ for ((i) = (l); (i) && *(i); (i) = strchr((i), 0)+1) -- cgit v1.2.3-54-g00ecf