aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/gnunet-service-cadet-new_connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cadet/gnunet-service-cadet-new_connection.h')
-rw-r--r--src/cadet/gnunet-service-cadet-new_connection.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/src/cadet/gnunet-service-cadet-new_connection.h b/src/cadet/gnunet-service-cadet-new_connection.h
index 6ed83575f..515863aad 100644
--- a/src/cadet/gnunet-service-cadet-new_connection.h
+++ b/src/cadet/gnunet-service-cadet-new_connection.h
@@ -152,28 +152,6 @@ GCC_get_id (struct CadetConnection *cc);
152 152
153 153
154/** 154/**
155 * Get the connection ID as a full hash.
156 *
157 * @param cc Connection to get the ID from.
158 * @return full hash ID of the connection.
159 * @deprecated try to replace use of full hash codes eventually...
160 */
161const struct GNUNET_HashCode *
162GCC_get_h (const struct CadetConnection *cc);
163
164
165/**
166 * Expand the shorter CADET hash to a full GNUnet hash.
167 *
168 * @param id hash to expand
169 * @return expanded hash
170 * @param deprecated
171 */
172const struct GNUNET_HashCode *
173GCC_h2hc (const struct GNUNET_CADET_Hash *id);
174
175
176/**
177 * Log connection info. 155 * Log connection info.
178 * 156 *
179 * @param cc connection 157 * @param cc connection