diff options
author | Marvin Borner | 2020-11-05 17:30:39 +0100 |
---|---|---|
committer | Marvin Borner | 2020-11-05 17:32:53 +0100 |
commit | 63e86f792167e6cc2e9600d00b184a3c83fe7498 (patch) | |
tree | 31e2d583be3ebf34782f6ec37f6c524657c40686 /kernel/inc/mouse.h | |
parent | 916fca2161e76de67a5106b90baf00a57f2a0512 (diff) |
Added warning flags and fixed them :)
Diffstat (limited to 'kernel/inc/mouse.h')
-rw-r--r-- | kernel/inc/mouse.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/inc/mouse.h b/kernel/inc/mouse.h index ccea383..e8072aa 100644 --- a/kernel/inc/mouse.h +++ b/kernel/inc/mouse.h @@ -3,6 +3,6 @@ #ifndef MOUSE_H #define MOUSE_H -void mouse_install(); +void mouse_install(void); #endif |