summaryrefslogtreecommitdiff
path: root/src/progs/manaplus/client.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-03-08 06:07:15 +0300
committerAndrei Karas <akaras@inbox.ru>2018-03-08 06:07:15 +0300
commitfc1ca42ed5a1b2d83a1dc8f94709a057b8e28e9d (patch)
treef7f8af4849bc214a27ea8205410568b76ce5ec30 /src/progs/manaplus/client.h
parent6b3b81988ea37207eeeb2994761e307c6b6fb340 (diff)
downloadplus-fc1ca42ed5a1b2d83a1dc8f94709a057b8e28e9d.tar.gz
plus-fc1ca42ed5a1b2d83a1dc8f94709a057b8e28e9d.tar.bz2
plus-fc1ca42ed5a1b2d83a1dc8f94709a057b8e28e9d.tar.xz
plus-fc1ca42ed5a1b2d83a1dc8f94709a057b8e28e9d.zip
Add support for change pin code by server request.
Diffstat (limited to 'src/progs/manaplus/client.h')
-rw-r--r--src/progs/manaplus/client.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/progs/manaplus/client.h b/src/progs/manaplus/client.h
index 28ab7323e..0cd26f454 100644
--- a/src/progs/manaplus/client.h
+++ b/src/progs/manaplus/client.h
@@ -90,6 +90,8 @@ class Client final : public ConfigListener,
void focusWindow();
+ void updatePinState();
+
void slowLogic();
ServerInfo &getCurrentServer()