From f32d2db140150b9d38684a699c9875b6e24ca27c Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 7 Nov 2014 00:10:24 +0100 Subject: util: rework /proc/cmdline parser to use unquote_first_word() --- src/shared/util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/shared/util.h') diff --git a/src/shared/util.h b/src/shared/util.h index af589b6708..4997225d83 100644 --- a/src/shared/util.h +++ b/src/shared/util.h @@ -1018,7 +1018,7 @@ int take_password_lock(const char *root); int is_symlink(const char *path); int is_dir(const char *path, bool follow); -int unquote_first_word(const char **p, char **ret); +int unquote_first_word(const char **p, char **ret, bool relax); int unquote_many_words(const char **p, ...) _sentinel_; int free_and_strdup(char **p, const char *s); -- cgit v1.2.3-54-g00ecf