aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_hello_lib.h
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2014-01-13 20:02:25 +0000
committerBart Polot <bart@net.in.tum.de>2014-01-13 20:02:25 +0000
commit99f57129eb1e3654d3f5e3f9a5491a2eb1276686 (patch)
treeb1a101ec1ef7691d03336b404f2456231da52059 /src/include/gnunet_hello_lib.h
parenta37183bb1f137d8a0457fc9c2428219e337cd6a7 (diff)
downloadgnunet-99f57129eb1e3654d3f5e3f9a5491a2eb1276686.tar.gz
gnunet-99f57129eb1e3654d3f5e3f9a5491a2eb1276686.zip
- attempt 2
Diffstat (limited to 'src/include/gnunet_hello_lib.h')
-rw-r--r--src/include/gnunet_hello_lib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_hello_lib.h b/src/include/gnunet_hello_lib.h
index cdf286f3b..595f1709e 100644
--- a/src/include/gnunet_hello_lib.h
+++ b/src/include/gnunet_hello_lib.h
@@ -126,8 +126,8 @@ struct GNUNET_HELLO_Address
126struct GNUNET_HELLO_Address * 126struct GNUNET_HELLO_Address *
127GNUNET_HELLO_address_allocate (const struct GNUNET_PeerIdentity *peer, 127GNUNET_HELLO_address_allocate (const struct GNUNET_PeerIdentity *peer,
128 const char *transport_name, const void *address, 128 const char *transport_name, const void *address,
129 size_t address_length); 129 size_t address_length,
130 130 enum GNUNET_HELLO_AddressInfo local_info);
131 131
132/** 132/**
133 * Copy an address struct. 133 * Copy an address struct.