summaryrefslogtreecommitdiff
path: root/runtime/caml/misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/caml/misc.h')
-rw-r--r--runtime/caml/misc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/caml/misc.h b/runtime/caml/misc.h
index a9790d8a77..ed458e833f 100644
--- a/runtime/caml/misc.h
+++ b/runtime/caml/misc.h
@@ -457,6 +457,7 @@ struct ext_table {
extern void caml_ext_table_init(struct ext_table * tbl, int init_capa);
extern int caml_ext_table_add(struct ext_table * tbl, void * data);
+extern int caml_ext_table_add_noexc(struct ext_table * tbl, void * data);
extern void caml_ext_table_remove(struct ext_table * tbl, void * data);
extern void caml_ext_table_free(struct ext_table * tbl, int free_entries);
extern void caml_ext_table_clear(struct ext_table * tbl, int free_entries);