summaryrefslogtreecommitdiff
path: root/strv.h
diff options
context:
space:
mode:
Diffstat (limited to 'strv.h')
-rw-r--r--strv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/strv.h b/strv.h
index abe9192545..7a132ef687 100644
--- a/strv.h
+++ b/strv.h
@@ -33,7 +33,7 @@ char **strv_merge(char **a, char **b);
bool strv_contains(char **l, const char *s);
-char **strv_new(const char *x, ...) __sentinel;
+char **strv_new(const char *x, ...) _sentinel;
#define STRV_FOREACH(s, l) \
for ((s) = (l); (s) && *(s); (s)++)