aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_hello_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-01-21 14:14:42 +0100
committerChristian Grothoff <christian@grothoff.org>2019-01-21 14:14:42 +0100
commit634aea297cc983c3d70f65a004f698f215abe590 (patch)
treec337abee0cf6e15b14785efcfc6cec49883a92b7 /src/include/gnunet_hello_lib.h
parent7ed02994541af600b0d080829e944ab414445dcc (diff)
downloadgnunet-634aea297cc983c3d70f65a004f698f215abe590.tar.gz
gnunet-634aea297cc983c3d70f65a004f698f215abe590.zip
more work on tng
Diffstat (limited to 'src/include/gnunet_hello_lib.h')
-rw-r--r--src/include/gnunet_hello_lib.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/include/gnunet_hello_lib.h b/src/include/gnunet_hello_lib.h
index a1b97809e..c2256fd0a 100644
--- a/src/include/gnunet_hello_lib.h
+++ b/src/include/gnunet_hello_lib.h
@@ -520,6 +520,16 @@ GNUNET_HELLO_extract_address (const void *raw,
520 struct GNUNET_TIME_Absolute *expiration); 520 struct GNUNET_TIME_Absolute *expiration);
521 521
522 522
523/**
524 * Given an address as a string, extract the prefix that identifies
525 * the communicator offering transmissions to that address.
526 *
527 * @param address a peer's address
528 * @return NULL if the address is mal-formed, otherwise the prefix
529 */
530char *
531GNUNET_HELLO_address_to_prefix (const char *address);
532
523 533
524#if 0 /* keep Emacsens' auto-indent happy */ 534#if 0 /* keep Emacsens' auto-indent happy */
525{ 535{