aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_hello_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-02-13 19:42:57 +0100
committerChristian Grothoff <christian@grothoff.org>2019-02-13 19:42:57 +0100
commit94911c3e57d5f77ddf68032789244d0475955149 (patch)
tree3fe8afa2df331547e613b27926cd6dd2eeaa9b59 /src/include/gnunet_hello_lib.h
parenta4475afe1ad535c898bb0be7f30d2d3eff14dddf (diff)
downloadgnunet-94911c3e57d5f77ddf68032789244d0475955149.tar.gz
gnunet-94911c3e57d5f77ddf68032789244d0475955149.zip
add handle_address_consider_verify skeleton
Diffstat (limited to 'src/include/gnunet_hello_lib.h')
-rw-r--r--src/include/gnunet_hello_lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_hello_lib.h b/src/include/gnunet_hello_lib.h
index c2256fd0a..fcd422701 100644
--- a/src/include/gnunet_hello_lib.h
+++ b/src/include/gnunet_hello_lib.h
@@ -526,7 +526,7 @@ GNUNET_HELLO_extract_address (const void *raw,
526 * 526 *
527 * @param address a peer's address 527 * @param address a peer's address
528 * @return NULL if the address is mal-formed, otherwise the prefix 528 * @return NULL if the address is mal-formed, otherwise the prefix
529 */ 529 */
530char * 530char *
531GNUNET_HELLO_address_to_prefix (const char *address); 531GNUNET_HELLO_address_to_prefix (const char *address);
532 532