aboutsummaryrefslogtreecommitdiff
path: root/src/core/test_core_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-07-26 21:25:54 +0000
committerChristian Grothoff <christian@grothoff.org>2009-07-26 21:25:54 +0000
commit388295b283310b9a679861bee92952b247f574fe (patch)
treec94fad13ebbc8e3ba8bc4195bfb940a9538233db /src/core/test_core_api.c
parent7bc466bbdb8b64cac68c5ee59eb7ab6b9d85c420 (diff)
downloadgnunet-388295b283310b9a679861bee92952b247f574fe.tar.gz
gnunet-388295b283310b9a679861bee92952b247f574fe.zip
fixes
Diffstat (limited to 'src/core/test_core_api.c')
-rw-r--r--src/core/test_core_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/test_core_api.c b/src/core/test_core_api.c
index 89aa9b13e..935c004cc 100644
--- a/src/core/test_core_api.c
+++ b/src/core/test_core_api.c
@@ -48,7 +48,7 @@
48 48
49struct PeerContext 49struct PeerContext
50{ 50{
51 const struct GNUNET_CONFIGURATION_Handle *cfg; 51 struct GNUNET_CONFIGURATION_Handle *cfg;
52 struct GNUNET_CORE_Handle *ch; 52 struct GNUNET_CORE_Handle *ch;
53 struct GNUNET_PeerIdentity id; 53 struct GNUNET_PeerIdentity id;
54 struct GNUNET_TRANSPORT_Handle *th; 54 struct GNUNET_TRANSPORT_Handle *th;