diff options
Diffstat (limited to 'toolbox/dynarray.h')
-rw-r--r-- | toolbox/dynarray.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/toolbox/dynarray.h b/toolbox/dynarray.h index f73fb3b9c..0ca54fdf6 100644 --- a/toolbox/dynarray.h +++ b/toolbox/dynarray.h @@ -1,6 +1,8 @@ #ifndef DYNARRAY_H #define DYNARRAY_H +// These functions are now found in system/core/toolbox/ls.c + #include <stddef.h> /* simple dynamic array of pointers */ @@ -77,4 +79,4 @@ void strlist_append_dup( strlist_t *list, const char *str); /* sort the strings in a given list (using strcmp) */ void strlist_sort( strlist_t *list ); -#endif /* DYNARRAY_H */
\ No newline at end of file +#endif /* DYNARRAY_H */ |