mirror of
https://github.com/Interlisp/maiko.git
synced 2026-02-04 07:33:07 +00:00
Missing return type for make_kbd_instance(). (#92)
We don't fill in other missing types here as the code relies upon missing types for the arguments to the various callbacks.
This commit is contained in:
@@ -27,7 +27,7 @@ extern void ExitDosKbd();
|
||||
extern unsigned long GenericReturnT();
|
||||
#endif /* DOS */
|
||||
|
||||
make_kbd_instance(KbdInterface kbd) {
|
||||
void make_kbd_instance(KbdInterface kbd) {
|
||||
#ifdef DOS
|
||||
kbd->device_event = &Kbd_event; /* */
|
||||
kbd->device.enter = &EnterDosKbd;
|
||||
|
||||
Reference in New Issue
Block a user