diff options
Diffstat (limited to 'console-client/bell.h')
-rw-r--r-- | console-client/bell.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/console-client/bell.h b/console-client/bell.h index 3ff40bde..8235cca1 100644 --- a/console-client/bell.h +++ b/console-client/bell.h @@ -50,7 +50,7 @@ struct bell_ops error_t (*beep) (void *handle); /* Do not use, do not remove. */ - void (*deprecated) (void *handle, int key); + void (*deprecated) (void *handle, unsigned int key); }; #endif /* _BELL_H_ */ |