From 026e7f183f8702378efbe52d4442b24873e29792 Mon Sep 17 00:00:00 2001
From: wlott <wlott>
Date: Fri, 24 May 1991 17:50:52 +0000
Subject: [PATCH] Added declarations for routines that are now exported.

---
 ldb/interrupt.h | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/ldb/interrupt.h b/ldb/interrupt.h
index cd3546cc4..18731c3cf 100644
--- a/ldb/interrupt.h
+++ b/ldb/interrupt.h
@@ -1,4 +1,4 @@
-/* $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/ldb/Attic/interrupt.h,v 1.1 1990/03/29 21:23:00 ch Exp $ */
+/* $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/ldb/Attic/interrupt.h,v 1.2 1991/05/24 17:50:52 wlott Exp $ */
 
 #if !defined(_INCLUDE_INTERRUPT_H_)
 #define _INCLUDE_INTERRUPT_H_
@@ -11,9 +11,12 @@ extern struct sigcontext *lisp_interrupt_contexts[MAX_INTERRUPTS];
 
 union interrupt_handler {
 	lispobj lisp;
-	int (*c)();
+	void (*c)();
 };
 
+extern void interrupt_handle_now(), interrupt_handle_pending();
+extern void interrupt_internal_error();
+
 extern union interrupt_handler interrupt_handlers[NSIG];
 
 #define BLOCKABLE (sigmask(SIGHUP) | sigmask(SIGINT) | \
-- 
GitLab