aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-01-18 14:26:28 +0000
committerChristian Grothoff <christian@grothoff.org>2010-01-18 14:26:28 +0000
commit04192e759599535d33c3e9ffb21f97343d55792c (patch)
tree5691bc5d1f9bede3f3cda431b8b2a6404ea8c4b7 /src/include
parentba1a6724a6da40090b9cc08a6dcccf61a246926e (diff)
downloadgnunet-04192e759599535d33c3e9ffb21f97343d55792c.tar.gz
gnunet-04192e759599535d33c3e9ffb21f97343d55792c.zip
fx
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_core_service.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_core_service.h b/src/include/gnunet_core_service.h
index afe762772..b9869fde0 100644
--- a/src/include/gnunet_core_service.h
+++ b/src/include/gnunet_core_service.h
@@ -178,7 +178,7 @@ void GNUNET_CORE_disconnect (struct GNUNET_CORE_Handle *handle);
178struct GNUNET_CORE_PeerRequestHandle; 178struct GNUNET_CORE_PeerRequestHandle;
179 179
180struct GNUNET_CORE_PeerRequestHandle * 180struct GNUNET_CORE_PeerRequestHandle *
181struct GNUNET_CORE_peer_request_connect (struct GNUNET_SCHEDULER_Handle *sched, 181GNUNET_CORE_peer_request_connect (struct GNUNET_SCHEDULER_Handle *sched,
182 const struct GNUNET_CONFIGURATION_Handle *cfg, 182 const struct GNUNET_CONFIGURATION_Handle *cfg,
183 const struct GNUNET_PeerIdentity * peer, 183 const struct GNUNET_PeerIdentity * peer,
184 GNUNET_SCHEDULER_Task cont, 184 GNUNET_SCHEDULER_Task cont,
@@ -186,7 +186,7 @@ struct GNUNET_CORE_peer_request_connect (struct GNUNET_SCHEDULER_Handle *sched,
186 186
187 187
188struct GNUNET_CORE_PeerRequestHandle * 188struct GNUNET_CORE_PeerRequestHandle *
189struct GNUNET_CORE_peer_request_disconnect (struct GNUNET_SCHEDULER_Handle *sched, 189GNUNET_CORE_peer_request_disconnect (struct GNUNET_SCHEDULER_Handle *sched,
190 const struct GNUNET_CONFIGURATION_Handle *cfg, 190 const struct GNUNET_CONFIGURATION_Handle *cfg,
191 const struct GNUNET_PeerIdentity * peer, 191 const struct GNUNET_PeerIdentity * peer,
192 GNUNET_SCHEDULER_Task cont, 192 GNUNET_SCHEDULER_Task cont,