mirror of
https://github.com/Interlisp/maiko.git
synced 2026-04-27 04:47:10 +00:00
Replace int_timer_on|off with int_(un)block. (#193)
Both were used, but one just called the other, so simplify the API.
This commit is contained in:
@@ -11,7 +11,5 @@ void int_io_open(int fd);
|
||||
void int_io_close(int fd);
|
||||
void int_block(void);
|
||||
void int_unblock(void);
|
||||
void int_timer_off(void);
|
||||
void int_timer_on(void);
|
||||
void int_init(void);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user