summaryrefslogtreecommitdiff
path: root/src/client.h
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-05-23 00:12:24 +0300
committerPerttu Ahola <celeron55@gmail.com>2011-05-23 00:12:24 +0300
commite1a2b8f600ff9845ecff0f06c85d4d2c29970414 (patch)
tree6b948bf2bb238232f2d6faea84b70bafb8eaae89 /src/client.h
parent4a6b9a6ac1b07239474bce8d3ebf772ce75e862e (diff)
parenta8a3271470299820c5322523dc439415bc1ff8a0 (diff)
downloadminetest-e1a2b8f600ff9845ecff0f06c85d4d2c29970414.tar.gz
minetest-e1a2b8f600ff9845ecff0f06c85d4d2c29970414.tar.bz2
minetest-e1a2b8f600ff9845ecff0f06c85d4d2c29970414.zip
merged password change menu
Diffstat (limited to 'src/client.h')
-rw-r--r--src/client.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client.h b/src/client.h
index 222f83ab7..f661838ce 100644
--- a/src/client.h
+++ b/src/client.h
@@ -255,6 +255,8 @@ public:
void sendSignNodeText(v3s16 p, std::string text);
void sendInventoryAction(InventoryAction *a);
void sendChatMessage(const std::wstring &message);
+ void sendChangePassword(const std::wstring oldpassword,
+ const std::wstring newpassword);
void sendDamage(u8 damage);
// locks envlock