diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2014-08-05 17:03:25 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2014-08-05 17:03:25 -0400 |
commit | 4b8733ffe9c0fe8e5a527186d323dab93e43fb37 (patch) | |
tree | 54e6e64995f65e619fdbd9a40b2b1e83244507b7 /src/libudev/strv.h | |
parent | e35ef44ebe788aaffd1f6910750492bacaba7b6f (diff) |
src/{libudev,udev}: minor renamings from upstream
Diffstat (limited to 'src/libudev/strv.h')
-rw-r--r-- | src/libudev/strv.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libudev/strv.h b/src/libudev/strv.h index 12fa9f0524..4cc918367e 100644 --- a/src/libudev/strv.h +++ b/src/libudev/strv.h @@ -39,6 +39,7 @@ unsigned strv_length(char * const *l) _pure_; int strv_extend(char ***l, const char *value); int strv_push(char ***l, char *value); +int strv_consume(char ***l, char *value); char **strv_remove(char **l, const char *s); char **strv_uniq(char **l); |