aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-directory.c
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/fs/gnunet-directory.c
parent640ae593fd34d27034f994a2e945a8942f1a4d5d (diff)
downloadgnunet-200aaa0dd6813f19eb7ed67a0fdc301d091fc2d7.tar.gz
gnunet-200aaa0dd6813f19eb7ed67a0fdc301d091fc2d7.zip
localization
of scopes
Diffstat (limited to 'src/fs/gnunet-directory.c')
-rw-r--r--src/fs/gnunet-directory.c11
1 files changed, 3 insertions, 8 deletions
diff --git a/src/fs/gnunet-directory.c b/src/fs/gnunet-directory.c
index c1a7c78f3..1b17f69d2 100644
--- a/src/fs/gnunet-directory.c
+++ b/src/fs/gnunet-directory.c
@@ -167,14 +167,6 @@ run (void *cls,
167} 167}
168 168
169/** 169/**
170 * gnunet-directory command line options
171 */
172static struct GNUNET_GETOPT_CommandLineOption options[] = {
173 GNUNET_GETOPT_OPTION_END
174};
175
176
177/**
178 * The main function to inspect GNUnet directories. 170 * The main function to inspect GNUnet directories.
179 * 171 *
180 * @param argc number of arguments from the command line 172 * @param argc number of arguments from the command line
@@ -184,6 +176,9 @@ static struct GNUNET_GETOPT_CommandLineOption options[] = {
184int 176int
185main (int argc, char *const *argv) 177main (int argc, char *const *argv)
186{ 178{
179 static struct GNUNET_GETOPT_CommandLineOption options[] = {
180 GNUNET_GETOPT_OPTION_END
181 };
187 return (GNUNET_OK == 182 return (GNUNET_OK ==
188 GNUNET_PROGRAM_run (argc, 183 GNUNET_PROGRAM_run (argc,
189 argv, 184 argv,