diff options
Diffstat (limited to 'protocols/Tox/src/tox_proto.h')
-rw-r--r-- | protocols/Tox/src/tox_proto.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/protocols/Tox/src/tox_proto.h b/protocols/Tox/src/tox_proto.h index 49f8a6c131..3ebd7fe88b 100644 --- a/protocols/Tox/src/tox_proto.h +++ b/protocols/Tox/src/tox_proto.h @@ -112,7 +112,12 @@ private: TOX_USERSTATUS MirandaToToxStatus(int status);
uint8_t *HexStringToData(const char *hex_string);
char *DataToHexString(const uint8_t *bin_string);
- void do_bootstrap(Tox *tox);
+
+ int LoadToxData(const char *path);
+ int SaveToxData(const char *path);
+
+ static void fraddr_to_str(uint8_t *id_bin, char *id_str);
+ static void get_id(Tox *m, char *data);
// dialogs
static INT_PTR CALLBACK AccountManagerProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam);
|