summaryrefslogtreecommitdiffstats
path: root/server/inputs-channel.h
diff options
context:
space:
mode:
Diffstat (limited to 'server/inputs-channel.h')
-rw-r--r--server/inputs-channel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/inputs-channel.h b/server/inputs-channel.h
index caa108e8..92b4473e 100644
--- a/server/inputs-channel.h
+++ b/server/inputs-channel.h
@@ -41,5 +41,6 @@ int inputs_channel_has_tablet(InputsChannel *inputs);
void inputs_channel_detach_tablet(InputsChannel *inputs, SpiceTabletInstance *tablet);
void spice_tablet_state_set_server(SpiceTabletState *dev, void *server);
void* spice_tablet_state_get_server(SpiceTabletState *dev);
+RedsState* spice_kbd_state_get_server(SpiceKbdState *dev);
#endif