summaryrefslogtreecommitdiff
path: root/src/libudev/strv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libudev/strv.h')
-rw-r--r--src/libudev/strv.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libudev/strv.h b/src/libudev/strv.h
index d9e0e1c20b..ba2bc2f589 100644
--- a/src/libudev/strv.h
+++ b/src/libudev/strv.h
@@ -37,6 +37,8 @@ char **strv_copy(char * const *l);
unsigned strv_length(char * const *l) _pure_;
char **strv_remove(char **l, const char *s);
+int strv_push(char ***l, char *value);
+int strv_extend(char ***l, const char *value);
char **strv_uniq(char **l);
char **strv_new(const char *x, ...) _sentinel_;