diff options
Diffstat (limited to 'vgasrc/clext.h')
-rw-r--r-- | vgasrc/clext.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vgasrc/clext.h b/vgasrc/clext.h index 537cbea5..6fd0a581 100644 --- a/vgasrc/clext.h +++ b/vgasrc/clext.h @@ -4,6 +4,6 @@ #include "types.h" // u8 int clext_set_mode(int mode, int flags); -void clext_init(void); +int clext_init(void); #endif // clext.h |