summaryrefslogtreecommitdiff
path: root/base/ets.h
diff options
context:
space:
mode:
authorRobin Watts <Robin.Watts@artifex.com>2019-10-21 17:37:59 +0100
committerRobin Watts <Robin.Watts@artifex.com>2019-10-24 14:19:49 +0100
commita1cd6ee4a3724fbf70718483aa702c7af0f0a6cc (patch)
tree4d51dcd3e4962659b1089186454501c42c7fa4ed /base/ets.h
parenta44d0ce727f2095fbbedb8bf6b1e062fca3c8f01 (diff)
downloadghostpdl-a1cd6ee4a3724fbf70718483aa702c7af0f0a6cc.tar.gz
Use CAL implementation of ETS in WITH_CAL builds.
Diffstat (limited to 'base/ets.h')
-rw-r--r--base/ets.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/base/ets.h b/base/ets.h
index a549da57e..4b009b8a3 100644
--- a/base/ets.h
+++ b/base/ets.h
@@ -120,6 +120,7 @@ ets_line(ETS_Ctx *ctx, unsigned char **dest, const ETS_SrcPixel * const * gs_res
void
ets_destroy(void *malloc_arg, ETS_Ctx *ctx);
+/* These are called from ETS and must be implemented by the calling code. */
void *
ets_malloc(void *malloc_arg, int size);