diff options
Diffstat (limited to 'erts/emulator/beam/export.h')
-rw-r--r-- | erts/emulator/beam/export.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/erts/emulator/beam/export.h b/erts/emulator/beam/export.h index c604fdf7c3..86d85e05ee 100644 --- a/erts/emulator/beam/export.h +++ b/erts/emulator/beam/export.h @@ -70,6 +70,7 @@ Export *export_list(int); int export_list_size(void); int export_table_sz(void); Export *export_get(Export*); +Export* erts_find_function(Eterm, Eterm, unsigned int); #include "beam_load.h" /* For em_* extern declarations */ #define ExportIsBuiltIn(EntryPtr) \ |