aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_hello_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_hello_lib.h')
-rw-r--r--src/include/gnunet_hello_lib.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/include/gnunet_hello_lib.h b/src/include/gnunet_hello_lib.h
index 886a41093..09f5f1c7d 100644
--- a/src/include/gnunet_hello_lib.h
+++ b/src/include/gnunet_hello_lib.h
@@ -111,6 +111,14 @@ GNUNET_HELLO_address_cmp (const struct GNUNET_HELLO_Address *a1,
111 const struct GNUNET_HELLO_Address *a2); 111 const struct GNUNET_HELLO_Address *a2);
112 112
113 113
114/**
115 * Get the size of an address struct.
116 *
117 * @param address address
118 * @return the size
119 */
120size_t
121GNUNET_HELLO_address_get_size (const struct GNUNET_HELLO_Address *address);
114 122
115/** 123/**
116 * Free an address. 124 * Free an address.