summaryrefslogtreecommitdiffstats
path: root/libass/ass_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'libass/ass_utils.h')
-rw-r--r--libass/ass_utils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libass/ass_utils.h b/libass/ass_utils.h
index 6ae7328..5548a93 100644
--- a/libass/ass_utils.h
+++ b/libass/ass_utils.h
@@ -56,6 +56,8 @@ int has_avx2(void);
void *ass_aligned_alloc(size_t alignment, size_t size);
void ass_aligned_free(void *ptr);
+void *ass_realloc_array(void *ptr, size_t nmemb, size_t size);
+
void skip_spaces(char **str);
void rskip_spaces(char **str, char *limit);
int mystrtoi(char **p, int *res);