summaryrefslogtreecommitdiff
path: root/psi/inames.h
diff options
context:
space:
mode:
Diffstat (limited to 'psi/inames.h')
-rw-r--r--psi/inames.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/psi/inames.h b/psi/inames.h
index a1b5dff57..9d55e5505 100644
--- a/psi/inames.h
+++ b/psi/inames.h
@@ -48,6 +48,9 @@ typedef struct gs_ref_memory_s gs_ref_memory_t;
/* Allocate and initialize a name table. */
name_table *names_init(ulong size, gs_ref_memory_t *imem);
+/* Free a name table */
+void names_free(name_table *nt);
+
/* Get the allocator for a name table. */
gs_memory_t *names_memory(const name_table * nt);