X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Futils_array.h;h=141dbaa48fdd2ca432cb5ee0459c05c09e61a0c5;hb=f6521a3206ca097ab97112fc7306ce751630272a;hp=917bea95e9cee0b142b2809cf1e059f416e7b63c;hpb=2c85f876c1b9d5c161694cfb03cf20773b74c844;p=collection4.git diff --git a/src/utils_array.h b/src/utils_array.h index 917bea9..141dbaa 100644 --- a/src/utils_array.h +++ b/src/utils_array.h @@ -10,6 +10,8 @@ int array_append (str_array_t *a, const char *entry); int array_append_format (str_array_t *a, const char *format, ...) __attribute__((format(printf,2,3))); +int array_sort (str_array_t *a); + int array_argc (str_array_t *); char **array_argv (str_array_t *);