diff options
Diffstat (limited to 'gs/base/gxfcmap.h')
-rw-r--r-- | gs/base/gxfcmap.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gs/base/gxfcmap.h b/gs/base/gxfcmap.h index 0bb92cfaa..fe66022be 100644 --- a/gs/base/gxfcmap.h +++ b/gs/base/gxfcmap.h @@ -303,6 +303,8 @@ int gs_cmap_alloc(gs_cmap_t **ppcmap, const gs_memory_struct_type_t *pstype, const gs_cid_system_info_t *pcidsi, int num_fonts, const gs_cmap_procs_t *procs, gs_memory_t *mem); +int gs_cmap_free(gs_cmap_t *pcmap, gs_memory_t *mem); + /* * Initialize an enumerator with convenient defaults (index = 0). */ |