summaryrefslogtreecommitdiff
path: root/protocols/Tox/src/tox_proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Tox/src/tox_proto.h')
-rw-r--r--protocols/Tox/src/tox_proto.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/protocols/Tox/src/tox_proto.h b/protocols/Tox/src/tox_proto.h
index 13ca949b93..547954bea9 100644
--- a/protocols/Tox/src/tox_proto.h
+++ b/protocols/Tox/src/tox_proto.h
@@ -124,8 +124,12 @@ private:
void __cdecl PollingThread(void*);
// tox profile
+ HANDLE hProfile;
std::tstring GetToxProfilePath();
+ void LoadToxProfile();
+ void SaveToxProfile();
+
static INT_PTR CALLBACK ToxProfileManagerProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam);
// accounts
@@ -225,11 +229,6 @@ private:
std::string ToxAddressToId(std::string);
static bool IsFileExists(std::tstring path);
-
-
-
- void LoadToxData();
- void SaveToxData();
};
#endif //_TOX_PROTO_H_ \ No newline at end of file