aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-directory.c
diff options
context:
space:
mode:
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,