diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2014-08-09 16:01:49 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2014-08-09 16:01:49 +0000 |
commit | 681ba8556e859f38a0d7c910e9d40a9a917b3280 (patch) | |
tree | 9d4bf58947cbf5c2734e6d3f874182620d5bace1 /protocols/Tox/src/tox_proto.h | |
parent | 4156a5c95e9ac029bfd6c08dbebba3ff216c8b1d (diff) |
in debug you can see that it connects to network
git-svn-id: http://svn.miranda-ng.org/main/trunk@10137 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tox/src/tox_proto.h')
-rw-r--r-- | protocols/Tox/src/tox_proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Tox/src/tox_proto.h b/protocols/Tox/src/tox_proto.h index 5319744a2f..92cdf667e2 100644 --- a/protocols/Tox/src/tox_proto.h +++ b/protocols/Tox/src/tox_proto.h @@ -102,7 +102,7 @@ private: void __cdecl SearchByUidAsync(void* arg);
// utils
- uint8_t *HexToBinString(char *hex_string);
+ char *HexToBinString(const char *hex_string);
char *BinToHexString(uint8_t *bin_string);
// dialogs
|