diff options
-rw-r--r-- | system/include/gc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/system/include/gc.h b/system/include/gc.h index 996bc9ec..c27135ec 100644 --- a/system/include/gc.h +++ b/system/include/gc.h @@ -44,6 +44,8 @@ void GC_MAYBE_COLLECT(); /* Forces a GC. Mainly useful for testing, but call it if you know a good time to GC in your app. */ void GC_FORCE_COLLECT(); +typedef void (*GC_finalization_proc)(void *func, void *arg); + #ifdef __cplusplus } #endif |