aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_hello.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-08-15 21:51:21 +0000
committerChristian Grothoff <christian@grothoff.org>2011-08-15 21:51:21 +0000
commit6fd3e715cae09fa6e657c96f1c6f9711ee51f42f (patch)
treeedbc42f37889069033e57da201fef242939a6e0f /src/transport/gnunet-service-transport_hello.h
parent502af2167f7c218366666ca4944bd7cc54b5b19a (diff)
downloadgnunet-6fd3e715cae09fa6e657c96f1c6f9711ee51f42f.tar.gz
gnunet-6fd3e715cae09fa6e657c96f1c6f9711ee51f42f.zip
indentation
Diffstat (limited to 'src/transport/gnunet-service-transport_hello.h')
-rw-r--r--src/transport/gnunet-service-transport_hello.h18
1 files changed, 7 insertions, 11 deletions
diff --git a/src/transport/gnunet-service-transport_hello.h b/src/transport/gnunet-service-transport_hello.h
index 8aac2838a..ff817814b 100644
--- a/src/transport/gnunet-service-transport_hello.h
+++ b/src/transport/gnunet-service-transport_hello.h
@@ -80,11 +80,9 @@ const struct GNUNET_MessageHeader *GST_hello_get (void);
80 * @param plugin_address address in a plugin-specific format 80 * @param plugin_address address in a plugin-specific format
81 * @param plugin_address_len number of bytes in plugin_address 81 * @param plugin_address_len number of bytes in plugin_address
82 */ 82 */
83void 83void GST_hello_modify_addresses (int addremove, const char *plugin_name,
84GST_hello_modify_addresses (int addremove, 84 const void *plugin_address,
85 const char *plugin_name, 85 size_t plugin_address_len);
86 const void *plugin_address,
87 size_t plugin_address_len);
88 86
89 87
90/** 88/**
@@ -99,12 +97,10 @@ GST_hello_modify_addresses (int addremove,
99 * @return GNUNET_YES if this is one of our addresses, 97 * @return GNUNET_YES if this is one of our addresses,
100 * GNUNET_NO if not 98 * GNUNET_NO if not
101 */ 99 */
102int 100int GST_hello_test_address (const char *plugin_name, const void *plugin_address,
103GST_hello_test_address (const char *plugin_name, 101 size_t plugin_address_len,
104 const void *plugin_address, 102 struct GNUNET_CRYPTO_RsaSignature **sig,
105 size_t plugin_address_len, 103 struct GNUNET_TIME_Absolute **sig_expiration);
106 struct GNUNET_CRYPTO_RsaSignature **sig,
107 struct GNUNET_TIME_Absolute **sig_expiration);
108 104
109 105
110#endif 106#endif