diff options
author | Matthias Wachs <wachs@net.in.tum.de> | 2014-08-18 15:24:58 +0000 |
---|---|---|
committer | Matthias Wachs <wachs@net.in.tum.de> | 2014-08-18 15:24:58 +0000 |
commit | af67e292e90dabbe354fdfff3bd4ba994273ce91 (patch) | |
tree | f4ac3efb23a5750d27b2a39e5ab994dcacb0e8df /src/include/gnunet_hello_lib.h | |
parent | ab1a779a7136f4ac45adc418feb0fbbacd066751 (diff) |
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.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/gnunet_hello_lib.h b/src/include/gnunet_hello_lib.h index 9921409038..a8a5656954 100644 --- a/src/include/gnunet_hello_lib.h +++ b/src/include/gnunet_hello_lib.h @@ -48,6 +48,11 @@ extern "C" */ #define GNUNET_FRIEND_HELLO_URI_PREFIX "gnunet://friend-hello/" +/** + * Separator used in HELLO URI + */ +#define GNUNET_HELLO_URI_SEP '+' + /** * Additional local information about an address |