aboutsummaryrefslogtreecommitdiff
path: root/src/topology
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-06-18 14:09:55 +0000
committerChristian Grothoff <christian@grothoff.org>2010-06-18 14:09:55 +0000
commit200aaa0dd6813f19eb7ed67a0fdc301d091fc2d7 (patch)
treef89388586fbf00a3b7c985b2b28bb74abda3a364 /src/topology
parent640ae593fd34d27034f994a2e945a8942f1a4d5d (diff)
downloadgnunet-200aaa0dd6813f19eb7ed67a0fdc301d091fc2d7.tar.gz
gnunet-200aaa0dd6813f19eb7ed67a0fdc301d091fc2d7.zip
localization
of scopes
Diffstat (limited to 'src/topology')
-rw-r--r--src/topology/gnunet-daemon-topology.c11
1 files changed, 3 insertions, 8 deletions
diff --git a/src/topology/gnunet-daemon-topology.c b/src/topology/gnunet-daemon-topology.c
index e1c904622..970045093 100644
--- a/src/topology/gnunet-daemon-topology.c
+++ b/src/topology/gnunet-daemon-topology.c
@@ -1431,14 +1431,6 @@ run (void *cls,
1431 1431
1432 1432
1433/** 1433/**
1434 * gnunet-daemon-topology command line options.
1435 */
1436static struct GNUNET_GETOPT_CommandLineOption options[] = {
1437 GNUNET_GETOPT_OPTION_END
1438};
1439
1440
1441/**
1442 * The main function for the topology daemon. 1434 * The main function for the topology daemon.
1443 * 1435 *
1444 * @param argc number of arguments from the command line 1436 * @param argc number of arguments from the command line
@@ -1448,6 +1440,9 @@ static struct GNUNET_GETOPT_CommandLineOption options[] = {
1448int 1440int
1449main (int argc, char *const *argv) 1441main (int argc, char *const *argv)
1450{ 1442{
1443 static const struct GNUNET_GETOPT_CommandLineOption options[] = {
1444 GNUNET_GETOPT_OPTION_END
1445 };
1451 int ret; 1446 int ret;
1452 1447
1453 ret = (GNUNET_OK == 1448 ret = (GNUNET_OK ==