From: Dave Love Date: Fri, 6 Jun 2003 09:45:24 +0000 (+0000) Subject: (GC_custom_finalize, GC_collect_start_callback) X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=74c52dcb66bf485f783efe07d649eedd7b707474;p=emacs.git (GC_custom_finalize, GC_collect_start_callback) (GC_collect_end_callback): Declare. --- diff --git a/gc/include/gc.h b/gc/include/gc.h index b1c64ced085..a7f9996f4c3 100644 --- a/gc/include/gc.h +++ b/gc/include/gc.h @@ -945,6 +945,10 @@ extern void GC_thr_init(); /* Needed for Solaris/X86 */ # include "gc_local_alloc.h" #endif +GC_API void (*GC_custom_finalize)(void); +GC_API void (*GC_collect_start_callback) GC_PROTO((void)); +GC_API void (*GC_collect_end_callback) GC_PROTO((void)); + #ifdef __cplusplus } /* end of extern "C" */ #endif