]> git.eshelyaron.com Git - emacs.git/commitdiff
(GC_custom_finalize, GC_collect_start_callback)
authorDave Love <fx@gnu.org>
Fri, 6 Jun 2003 09:45:24 +0000 (09:45 +0000)
committerDave Love <fx@gnu.org>
Fri, 6 Jun 2003 09:45:24 +0000 (09:45 +0000)
(GC_collect_end_callback): Declare.

gc/include/gc.h

index b1c64ced085c8b84e0ff2c2ca828aececf812d0c..a7f9996f4c30cd0b09149a9ff13b87364e35106c 100644 (file)
@@ -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