summaryrefslogtreecommitdiff
path: root/console-client/bell.h
diff options
context:
space:
mode:
Diffstat (limited to 'console-client/bell.h')
-rw-r--r--console-client/bell.h2
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_ */