Mercurial > hg > xemacs-beta
diff src/sysdep.h @ 1928:ba24fcdb4cfe
[xemacs-hg @ 2004-02-25 20:05:32 by james]
Fix C++ breakage from previous patch.
author | james |
---|---|
date | Wed, 25 Feb 2004 20:05:33 +0000 |
parents | 44905d8fae13 |
children | 5bb998bf84bd |
line wrap: on
line diff
--- a/src/sysdep.h Wed Feb 25 17:42:37 2004 +0000 +++ b/src/sysdep.h Wed Feb 25 20:05:33 2004 +0000 @@ -66,12 +66,16 @@ void request_sigio (void); void unrequest_sigio (void); +BEGIN_C_DECLS + void stop_interrupts (void); void start_interrupts (void); MODULE_API void slow_down_interrupts (void); MODULE_API void speed_up_interrupts (void); void init_poll_for_quit (void); +END_C_DECLS + /* Used so that signals can break out of system calls that aren't naturally interruptible. */