summaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2011-04-28 04:55:05 +0200
committerLennart Poettering <lennart@poettering.net>2011-04-28 04:55:05 +0200
commita9dd208208e672a4fe5a3c2405946c1506e034db (patch)
tree42f069093153a5db7b78de55270dc4ef5ccbecff /src/util.h
parentac3f50caa50835a429fc59d9168799bbb6e24fb9 (diff)
lookup: drop empty directories from search paths
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h
index 7fa488b0f5..ff29474502 100644
--- a/src/util.h
+++ b/src/util.h
@@ -224,6 +224,7 @@ char *path_make_absolute_cwd(const char *p);
char **strv_path_make_absolute_cwd(char **l);
char **strv_path_canonicalize(char **l);
+char **strv_path_remove_empty(char **l);
int reset_all_signal_handlers(void);