summaryrefslogtreecommitdiff
path: root/protocols/Tox/src/tox_proto.h
diff options
context:
space:
mode:
authorAlexander Lantsev <aunsane@gmail.com>2014-10-04 02:12:42 +0000
committerAlexander Lantsev <aunsane@gmail.com>2014-10-04 02:12:42 +0000
commit6a3c12bfd2a1829ac537a3b615d42c1e956a0586 (patch)
tree79d2fa3338a7a8e2040481c0e11b82905efca2b5 /protocols/Tox/src/tox_proto.h
parent928158d25b533037df6ba4a1b1daedeefb05bbbb (diff)
Tox:
- fixed network setting loading - code reordering git-svn-id: http://svn.miranda-ng.org/main/trunk@10680 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tox/src/tox_proto.h')
-rw-r--r--protocols/Tox/src/tox_proto.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/protocols/Tox/src/tox_proto.h b/protocols/Tox/src/tox_proto.h
index bef938599b..405da468b5 100644
--- a/protocols/Tox/src/tox_proto.h
+++ b/protocols/Tox/src/tox_proto.h
@@ -137,8 +137,6 @@ private:
static LIST<CToxProto> accounts;
static int CompareAccounts(const CToxProto *p1, const CToxProto *p2);
- int __cdecl OnAccountListChanged(WPARAM wParam, LPARAM lParam);
-
// netlib
void InitNetlib();
void UninitNetlib();
@@ -146,9 +144,10 @@ private:
// account
bool IsOnline();
int __cdecl OnAccountLoaded(WPARAM, LPARAM);
+ int __cdecl OnAccountRenamed(WPARAM, LPARAM);
+ int __cdecl OnAccountUnloaded(WPARAM, LPARAM);
// events
- int __cdecl OnPreShutdown(WPARAM, LPARAM);
int __cdecl OnSettingsChanged(WPARAM wParam, LPARAM lParam);
// options