summaryrefslogtreecommitdiffstats
path: root/client/smartcard_channel.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/smartcard_channel.h')
-rw-r--r--client/smartcard_channel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/smartcard_channel.h b/client/smartcard_channel.h
index ee0d0d08..60c6db5c 100644
--- a/client/smartcard_channel.h
+++ b/client/smartcard_channel.h
@@ -92,6 +92,8 @@ public:
SmartCardChannel(RedClient& client, uint32_t id);
void handle_smartcard_data(RedPeer::InMessage* message);
+ void virtual_card_remove();
+ void virtual_card_insert();
static ChannelFactory& Factory();
protected:
virtual void on_connect();