summaryrefslogtreecommitdiff
path: root/deps/xdiff/xutils.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/xdiff/xutils.h')
-rw-r--r--deps/xdiff/xutils.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/deps/xdiff/xutils.h b/deps/xdiff/xutils.h
index fba7bae03..fd0bba94e 100644
--- a/deps/xdiff/xutils.h
+++ b/deps/xdiff/xutils.h
@@ -42,6 +42,7 @@ int xdl_emit_hunk_hdr(long s1, long c1, long s2, long c2,
int xdl_fall_back_diff(xdfenv_t *diff_env, xpparam_t const *xpp,
int line1, int count1, int line2, int count2);
-
+/* Do not call this function, use XDL_ALLOC_GROW instead */
+void* xdl_alloc_grow_helper(void* p, long nr, long* alloc, size_t size);
#endif /* #if !defined(XUTILS_H) */