comparison 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
comparison
equal deleted inserted replaced
1442:4f2e40ba7f77 1443:cd6c9be7337c
41 extern int pipe_handler_error_count; 41 extern int pipe_handler_error_count;
42 42
43 // Nonzero means we can be interrupted. 43 // Nonzero means we can be interrupted.
44 extern int can_interrupt; 44 extern int can_interrupt;
45 45
46 extern sig_handler *octave_set_signal_handler (int, sig_handler *);
47
46 extern void install_signal_handlers (void); 48 extern void install_signal_handlers (void);
47 49
48 // This is taken directly from Emacs 19: 50 // This is taken directly from Emacs 19:
49 51
50 #ifndef SYS_SIGLIST_DECLARED 52 #ifndef SYS_SIGLIST_DECLARED