summaryrefslogtreecommitdiff
path: root/protocols/Tox/src/tox_proto.h
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2014-08-09 17:57:16 +0000
committerKirill Volinsky <mataes2007@gmail.com>2014-08-09 17:57:16 +0000
commitab807bf3e87863ef97412faf83dc2cac697d6a23 (patch)
tree74cb1861e535603e8fb5ef81da68714c653c3141 /protocols/Tox/src/tox_proto.h
parent681ba8556e859f38a0d7c910e9d40a9a917b3280 (diff)
use more nodes
git-svn-id: http://svn.miranda-ng.org/main/trunk@10138 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tox/src/tox_proto.h')
-rw-r--r--protocols/Tox/src/tox_proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/Tox/src/tox_proto.h b/protocols/Tox/src/tox_proto.h
index 92cdf667e2..bd40afd4e4 100644
--- a/protocols/Tox/src/tox_proto.h
+++ b/protocols/Tox/src/tox_proto.h
@@ -104,6 +104,7 @@ private:
// utils
char *HexToBinString(const char *hex_string);
char *BinToHexString(uint8_t *bin_string);
+ void do_bootstrap(Tox *tox);
// dialogs
static INT_PTR CALLBACK AccountManagerProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam);