diff src/sighandlers.h @ 1443:cd6c9be7337c

[project @ 1995-09-19 21:54:56 by jwe]
author jwe
date Tue, 19 Sep 1995 21:58:28 +0000
parents 611d403c7f3d
children 024865a7629f
line wrap: on
line diff
--- a/src/sighandlers.h
+++ b/src/sighandlers.h
@@ -43,6 +43,8 @@
 // Nonzero means we can be interrupted.
 extern int can_interrupt;
 
+extern sig_handler *octave_set_signal_handler (int, sig_handler *);
+
 extern void install_signal_handlers (void);
 
 // This is taken directly from Emacs 19: