XEmacs 21.4.5 "Civil Service".
[chise/xemacs-chise.git] / src / lisp.h
index 4aee0e1..484a7df 100644 (file)
@@ -2151,6 +2151,8 @@ void debug_ungcpro(char *, int, struct gcpro *);
 
 extern Lisp_Object_ptr_dynarr *staticpros;
 
+void register_post_gc_action (void (*fun) (void *), void *arg);
+
 /* Call staticpro (&var) to protect static variable `var'. */
 void staticpro (Lisp_Object *);