summaryrefslogtreecommitdiff
path: root/core/DHT.h
diff options
context:
space:
mode:
authorJae Kwon <jkwon.work@gmail.com>2013-08-03 14:46:52 -0700
committerJae Kwon <jkwon.work@gmail.com>2013-08-03 14:46:52 -0700
commit158751cb2db8d2e11e38cbc926d0a979f8a8350a (patch)
tree141b858532475432d4bf44d3433fadc7eb42ca09 /core/DHT.h
parent09a6d2d351840edbe8defd7c209c312c226bedef (diff)
various fixes for first time user
* added linking to libsodium * fixed links to docs to point to wiki
Diffstat (limited to 'core/DHT.h')
-rw-r--r--core/DHT.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/DHT.h b/core/DHT.h
index ffa02087..36670ed5 100644
--- a/core/DHT.h
+++ b/core/DHT.h
@@ -1,6 +1,6 @@
1/* DHT.h 1/* DHT.h
2 * 2 *
3 * An implementation of the DHT as seen in docs/DHT.txt 3 * An implementation of the DHT as seen in http://wiki.tox.im/index.php/DHT
4 * 4 *
5 * Copyright (C) 2013 Tox project All Rights Reserved. 5 * Copyright (C) 2013 Tox project All Rights Reserved.
6 * 6 *