aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/zed/zed_strings.h
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/zed/zed_strings.h')
-rw-r--r--cmd/zed/zed_strings.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/zed/zed_strings.h b/cmd/zed/zed_strings.h
index c1ea804bb..07e85e23f 100644
--- a/cmd/zed/zed_strings.h
+++ b/cmd/zed/zed_strings.h
@@ -33,7 +33,7 @@ zed_strings_t * zed_strings_create(void);
void zed_strings_destroy(zed_strings_t *zsp);
-int zed_strings_add(zed_strings_t *zsp, const char *s);
+int zed_strings_add(zed_strings_t *zsp, const char *key, const char *s);
const char * zed_strings_first(zed_strings_t *zsp);