aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2013-05-08 08:37:21 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2013-05-08 08:37:21 +0000
commita1b4ea651ded7c2e7ae46e2208620381a14b1c83 (patch)
tree4acbe8b149f3874cd76be1098c6f6855d1a03300 /src
parent594f84d2d601e1a33701947def79e9b3a03ac391 (diff)
downloadgnunet-a1b4ea651ded7c2e7ae46e2208620381a14b1c83.tar.gz
gnunet-a1b4ea651ded7c2e7ae46e2208620381a14b1c83.zip
- fix duplicate symbols
Diffstat (limited to 'src')
-rw-r--r--src/testbed/gnunet-service-testbed.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testbed/gnunet-service-testbed.h b/src/testbed/gnunet-service-testbed.h
index 55ad08421..345007cd7 100644
--- a/src/testbed/gnunet-service-testbed.h
+++ b/src/testbed/gnunet-service-testbed.h
@@ -412,7 +412,7 @@ struct HandlerContext_ShutdownPeers
412/** 412/**
413 * Our configuration 413 * Our configuration
414 */ 414 */
415struct GNUNET_CONFIGURATION_Handle *our_config; 415extern struct GNUNET_CONFIGURATION_Handle *our_config;
416 416
417/** 417/**
418 * The master context; generated with the first INIT message 418 * The master context; generated with the first INIT message