aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-06-05 13:26:22 +0000
committerChristian Grothoff <christian@grothoff.org>2011-06-05 13:26:22 +0000
commitab1bf63f1ed7637297c90b5b284f40a797f44805 (patch)
tree64bedd1cc5620f690d6ad099c2fb4b45a9a41f03 /src/include
parent446dcf7697ebdd7c78a48573a5c73fbf25448c74 (diff)
downloadgnunet-ab1bf63f1ed7637297c90b5b284f40a797f44805.tar.gz
gnunet-ab1bf63f1ed7637297c90b5b284f40a797f44805.zip
use new transport API, minor core API change
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_core_service.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/gnunet_core_service.h b/src/include/gnunet_core_service.h
index fd4375355..447711867 100644
--- a/src/include/gnunet_core_service.h
+++ b/src/include/gnunet_core_service.h
@@ -266,7 +266,6 @@ typedef void (*GNUNET_CORE_ControlContinuation)(void *cls, int success);
266 * be called with the TIMEOUT reason code. 266 * be called with the TIMEOUT reason code.
267 * 267 *
268 * @param h core handle 268 * @param h core handle
269 * @param timeout how long to try to talk to core
270 * @param peer who should we connect to 269 * @param peer who should we connect to
271 * @param cont function to call once the request has been completed (or timed out) 270 * @param cont function to call once the request has been completed (or timed out)
272 * @param cont_cls closure for cont 271 * @param cont_cls closure for cont
@@ -274,7 +273,6 @@ typedef void (*GNUNET_CORE_ControlContinuation)(void *cls, int success);
274 */ 273 */
275struct GNUNET_CORE_PeerRequestHandle * 274struct GNUNET_CORE_PeerRequestHandle *
276GNUNET_CORE_peer_request_connect (struct GNUNET_CORE_Handle *h, 275GNUNET_CORE_peer_request_connect (struct GNUNET_CORE_Handle *h,
277 struct GNUNET_TIME_Relative timeout,
278 const struct GNUNET_PeerIdentity * peer, 276 const struct GNUNET_PeerIdentity * peer,
279 GNUNET_CORE_ControlContinuation cont, 277 GNUNET_CORE_ControlContinuation cont,
280 void *cont_cls); 278 void *cont_cls);