aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_hello_lib.h
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2014-08-18 15:24:58 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2014-08-18 15:24:58 +0000
commitaf67e292e90dabbe354fdfff3bd4ba994273ce91 (patch)
treef4ac3efb23a5750d27b2a39e5ab994dcacb0e8df /src/include/gnunet_hello_lib.h
parentab1a779a7136f4ac45adc418feb0fbbacd066751 (diff)
downloadgnunet-af67e292e90dabbe354fdfff3bd4ba994273ce91.tar.gz
gnunet-af67e292e90dabbe354fdfff3bd4ba994273ce91.zip
doxygen fix
use '+' as separator in hello uris and use ipv6 references delimited with '[' and ']'
Diffstat (limited to 'src/include/gnunet_hello_lib.h')
-rw-r--r--src/include/gnunet_hello_lib.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/gnunet_hello_lib.h b/src/include/gnunet_hello_lib.h
index 992140903..a8a565695 100644
--- a/src/include/gnunet_hello_lib.h
+++ b/src/include/gnunet_hello_lib.h
@@ -48,6 +48,11 @@ extern "C"
48 */ 48 */
49#define GNUNET_FRIEND_HELLO_URI_PREFIX "gnunet://friend-hello/" 49#define GNUNET_FRIEND_HELLO_URI_PREFIX "gnunet://friend-hello/"
50 50
51/**
52 * Separator used in HELLO URI
53 */
54#define GNUNET_HELLO_URI_SEP '+'
55
51 56
52/** 57/**
53 * Additional local information about an address 58 * Additional local information about an address