aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_ats_transport_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_ats_transport_service.h')
-rw-r--r--src/include/gnunet_ats_transport_service.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/include/gnunet_ats_transport_service.h b/src/include/gnunet_ats_transport_service.h
index b6c7b15ae..56472a5e4 100644
--- a/src/include/gnunet_ats_transport_service.h
+++ b/src/include/gnunet_ats_transport_service.h
@@ -171,7 +171,7 @@ GNUNET_ATS_transport_init (const struct GNUNET_CONFIGURATION_Handle *cfg,
171 GNUNET_ATS_AllocationCallback alloc_cb, 171 GNUNET_ATS_AllocationCallback alloc_cb,
172 void *alloc_cb_cls, 172 void *alloc_cb_cls,
173 GNUNET_ATS_SuggestionCallback suggest_cb, 173 GNUNET_ATS_SuggestionCallback suggest_cb,
174 void *suggest_cb_cls); 174 void *suggest_cb_cls) __attribute__((deprecated));
175 175
176 176
177/** 177/**
@@ -180,7 +180,7 @@ GNUNET_ATS_transport_init (const struct GNUNET_CONFIGURATION_Handle *cfg,
180 * @param ath handle to release 180 * @param ath handle to release
181 */ 181 */
182void 182void
183GNUNET_ATS_transport_done (struct GNUNET_ATS_TransportHandle *ath); 183GNUNET_ATS_transport_done (struct GNUNET_ATS_TransportHandle *ath) __attribute__((deprecated));
184 184
185 185
186/** 186/**
@@ -208,7 +208,7 @@ GNUNET_ATS_session_add (struct GNUNET_ATS_TransportHandle *ath,
208 const struct GNUNET_PeerIdentity *pid, 208 const struct GNUNET_PeerIdentity *pid,
209 const char *address, 209 const char *address,
210 struct GNUNET_ATS_Session *session, 210 struct GNUNET_ATS_Session *session,
211 const struct GNUNET_ATS_Properties *prop); 211 const struct GNUNET_ATS_Properties *prop) __attribute__((deprecated));
212 212
213 213
214/** 214/**
@@ -220,7 +220,7 @@ GNUNET_ATS_session_add (struct GNUNET_ATS_TransportHandle *ath,
220 */ 220 */
221void 221void
222GNUNET_ATS_session_update (struct GNUNET_ATS_SessionRecord *ar, 222GNUNET_ATS_session_update (struct GNUNET_ATS_SessionRecord *ar,
223 const struct GNUNET_ATS_Properties *prop); 223 const struct GNUNET_ATS_Properties *prop) __attribute__((deprecated));
224 224
225 225
226/** 226/**
@@ -231,7 +231,7 @@ GNUNET_ATS_session_update (struct GNUNET_ATS_SessionRecord *ar,
231 * @param ar session record to drop 231 * @param ar session record to drop
232 */ 232 */
233void 233void
234GNUNET_ATS_session_del (struct GNUNET_ATS_SessionRecord *ar); 234GNUNET_ATS_session_del (struct GNUNET_ATS_SessionRecord *ar) __attribute__((deprecated));
235 235
236 236
237#endif 237#endif