aboutsummaryrefslogtreecommitdiff
path: root/src/topology/gnunet-daemon-topology.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/topology/gnunet-daemon-topology.c')
-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 ==