~ubuntu-branches/ubuntu/trusty/systemd/trusty

« back to all changes in this revision

Viewing changes to src/shared/env-util.h

Tags: upstream-202
ImportĀ upstreamĀ versionĀ 202

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
 
31
31
bool strv_env_is_valid(char **e);
32
32
char **strv_env_clean(char **l);
 
33
char **strv_env_clean_log(char **e, const char *message);
33
34
 
34
35
bool strv_env_name_or_assignment_is_valid(char **l);
35
36