comparison src/sysdep.h @ 1927:44905d8fae13

[xemacs-hg @ 2004-02-25 17:42:34 by james] Export symbols needed by the LDAP module. Fixes the Cygwin build.
author james
date Wed, 25 Feb 2004 17:42:37 +0000
parents 804517e16990
children ba24fcdb4cfe
comparison
equal deleted inserted replaced
1926:c230111e6d4d 1927:44905d8fae13
66 void request_sigio (void); 66 void request_sigio (void);
67 void unrequest_sigio (void); 67 void unrequest_sigio (void);
68 68
69 void stop_interrupts (void); 69 void stop_interrupts (void);
70 void start_interrupts (void); 70 void start_interrupts (void);
71 void slow_down_interrupts (void); 71 MODULE_API void slow_down_interrupts (void);
72 void speed_up_interrupts (void); 72 MODULE_API void speed_up_interrupts (void);
73 void init_poll_for_quit (void); 73 void init_poll_for_quit (void);
74 74
75 /* Used so that signals can break out of system calls that aren't 75 /* Used so that signals can break out of system calls that aren't
76 naturally interruptible. */ 76 naturally interruptible. */
77 77