diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-01-05 16:06:35 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-01-05 16:06:35 +0100 |
commit | 5f7c426e2a7f72c473f98be9978d243db79d8910 (patch) | |
tree | be5023d062e91526d7394d6624dc0e2d44d6cd5c /src/util.h | |
parent | 38752828029e72e72d80519bb6c67354782ddb72 (diff) |
fragment: properly handle quotes in assignments in EnvironmentFile= files
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h index 1e4eedfbce..e9ad881e9c 100644 --- a/src/util.h +++ b/src/util.h @@ -355,6 +355,7 @@ char *ellipsize(const char *s, unsigned length, unsigned percent); int touch(const char *path); char *unquote(const char *s, const char *quotes); +char *normalize_env_assignment(const char *s); int wait_for_terminate(pid_t pid, siginfo_t *status); int wait_for_terminate_and_warn(const char *name, pid_t pid); |