works and returns to DOS on dosbox
[com32] / src / intr.h
index f33ec23..3cfbe8b 100644 (file)
@@ -61,6 +61,7 @@ typedef void (*intr_func_t)(int);
 
 
 void init_intr(void);
+void cleanup_intr(void);
 
 struct intr_frame *get_intr_frame(void);