summaryrefslogtreecommitdiffstats
path: root/server/smartcard.h
diff options
context:
space:
mode:
Diffstat (limited to 'server/smartcard.h')
-rw-r--r--server/smartcard.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/smartcard.h b/server/smartcard.h
index 790eb878..bb2f0b60 100644
--- a/server/smartcard.h
+++ b/server/smartcard.h
@@ -12,7 +12,7 @@
int smartcard_device_connect(SpiceCharDeviceInstance *char_device);
void smartcard_device_disconnect(SpiceCharDeviceInstance *char_device);
-void smartcard_channel_init();
+void smartcard_channel_init(void);
#endif // __SMART_CARD_H__