diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2014-08-14 19:56:42 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2014-08-14 19:56:42 +0000 |
commit | 29fcbd4c970c7b2aba1539519b8ec68f0370a1e2 (patch) | |
tree | ed4139f9b0ab7eb9d41ae2416a5cfd562ccea22f /protocols/Tox/src/tox_proto.h | |
parent | 14001c799e72b8eefa523f8ff7ce44c443c78db8 (diff) |
Tox: more point to save tox data
git-svn-id: http://svn.miranda-ng.org/main/trunk@10184 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tox/src/tox_proto.h')
-rw-r--r-- | protocols/Tox/src/tox_proto.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/Tox/src/tox_proto.h b/protocols/Tox/src/tox_proto.h index c61555c408..f3c258a22e 100644 --- a/protocols/Tox/src/tox_proto.h +++ b/protocols/Tox/src/tox_proto.h @@ -131,8 +131,8 @@ private: std::vector<uint8_t> HexStringToData(std::string hex);
std::string DataToHexString(std::vector<uint8_t>);
- int LoadToxData(const char *path);
- int SaveToxData(const char *path);
+ int LoadToxData();
+ int SaveToxData();
// dialogs
static INT_PTR CALLBACK MainOptionsProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam);
|