diff options
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
|