summaryrefslogtreecommitdiff
path: root/protocols/Tox/src/common.h
diff options
context:
space:
mode:
authorAlexander Lantsev <aunsane@gmail.com>2014-08-16 16:02:58 +0000
committerAlexander Lantsev <aunsane@gmail.com>2014-08-16 16:02:58 +0000
commit2e93497d5b19b4fc46f84cb18267bce357e48747 (patch)
tree32682bcd95fa505aec3e8cf16023e8babfb07829 /protocols/Tox/src/common.h
parent5cbde68cad776dd10e36b72f030712abdf3f225a (diff)
Tox:
- added netlib logging - minor fixes git-svn-id: http://svn.miranda-ng.org/main/trunk@10203 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tox/src/common.h')
-rw-r--r--protocols/Tox/src/common.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/protocols/Tox/src/common.h b/protocols/Tox/src/common.h
index 8833a1f517..71a16fb1ae 100644
--- a/protocols/Tox/src/common.h
+++ b/protocols/Tox/src/common.h
@@ -20,6 +20,7 @@
#include <m_langpack.h>
#include <m_clist.h>
#include <m_options.h>
+#include <m_netlib.h>
#include "tox\tox.h"
@@ -30,6 +31,7 @@
extern HINSTANCE g_hInstance;
#define TOX_SETTINGS_ID "ToxID"
-#define TOX_SETTINGS_DEFAULT_GROUP "DefaultGroup"
+#define TOX_SETTINGS_ADDRES "ToxAddress"
+#define TOX_SETTINGS_GROUP "DefaultGroup"
#endif //_COMMON_H_ \ No newline at end of file