diff options
author | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2010-06-18 14:09:55 +0000 |
---|---|---|
committer | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2010-06-18 14:09:55 +0000 |
commit | 8cf2ba9bcb452ee1b7a998fc4128a4d27283c45c (patch) | |
tree | f89388586fbf00a3b7c985b2b28bb74abda3a364 /src/topology | |
parent | 52ec3ab46adf7d726ebb628748a3adc70fd53edf (diff) |
localization
of scopes
git-svn-id: https://gnunet.org/svn/gnunet@11802 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'src/topology')
-rw-r--r-- | src/topology/gnunet-daemon-topology.c | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/src/topology/gnunet-daemon-topology.c b/src/topology/gnunet-daemon-topology.c index e1c9046227..9700450937 100644 --- a/src/topology/gnunet-daemon-topology.c +++ b/src/topology/gnunet-daemon-topology.c @@ -1431,14 +1431,6 @@ run (void *cls, /** - * gnunet-daemon-topology command line options. - */ -static struct GNUNET_GETOPT_CommandLineOption options[] = { - GNUNET_GETOPT_OPTION_END -}; - - -/** * The main function for the topology daemon. * * @param argc number of arguments from the command line @@ -1448,6 +1440,9 @@ static struct GNUNET_GETOPT_CommandLineOption options[] = { int main (int argc, char *const *argv) { + static const struct GNUNET_GETOPT_CommandLineOption options[] = { + GNUNET_GETOPT_OPTION_END + }; int ret; ret = (GNUNET_OK == |