summaryrefslogtreecommitdiff
path: root/hw/kdrive/src/kdrive.h
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2006-10-23 06:08:27 +0300
committerDaniel Stone <daniels@endtroducing.fooishbar.org>2006-10-23 06:08:27 +0300
commita7c2d9a15dc2ff253bb69c3b0738ad993521b9c7 (patch)
tree234ed1b19c3d9777a8a21140fd90bc193a761bb0 /hw/kdrive/src/kdrive.h
parentc8f76fb3a473a022d497bd0acd6c84f58fc6efbe (diff)
kdrive: numerous warning fixes
Diffstat (limited to 'hw/kdrive/src/kdrive.h')
-rw-r--r--hw/kdrive/src/kdrive.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/kdrive/src/kdrive.h b/hw/kdrive/src/kdrive.h
index 7f752e933..15d703104 100644
--- a/hw/kdrive/src/kdrive.h
+++ b/hw/kdrive/src/kdrive.h
@@ -816,6 +816,9 @@ void
KdUnregisterFds (void *closure, Bool do_close);
void
+KdUnregisterFd (void *closure, int fd, Bool do_close);
+
+void
KdEnqueueKeyboardEvent(KdKeyboardInfo *ki, unsigned char scan_code,
unsigned char is_up);