diff options
Diffstat (limited to 'include/util/env.h')
-rw-r--r-- | include/util/env.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/util/env.h b/include/util/env.h index 1edae0dd..e271f4bf 100644 --- a/include/util/env.h +++ b/include/util/env.h @@ -18,6 +18,6 @@ bool env_parse_bool(const char *option); * * switches is a NULL-terminated array. */ -ssize_t env_parse_switch(const char *option, const char **switches); +size_t env_parse_switch(const char *option, const char **switches); #endif |