aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-unindex.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-unindex.c
parent640ae593fd34d27034f994a2e945a8942f1a4d5d (diff)
downloadgnunet-200aaa0dd6813f19eb7ed67a0fdc301d091fc2d7.tar.gz
gnunet-200aaa0dd6813f19eb7ed67a0fdc301d091fc2d7.zip
localization
of scopes
Diffstat (limited to 'src/fs/gnunet-unindex.c')
-rw-r--r--src/fs/gnunet-unindex.c17
1 files changed, 6 insertions, 11 deletions
diff --git a/src/fs/gnunet-unindex.c b/src/fs/gnunet-unindex.c
index e934bf521..bc7a2434b 100644
--- a/src/fs/gnunet-unindex.c
+++ b/src/fs/gnunet-unindex.c
@@ -185,17 +185,6 @@ run (void *cls,
185 185
186 186
187/** 187/**
188 * gnunet-unindex command line options
189 */
190static struct GNUNET_GETOPT_CommandLineOption options[] = {
191 {'V', "verbose", NULL,
192 gettext_noop ("be verbose (print progress information)"),
193 0, &GNUNET_GETOPT_set_one, &verbose},
194 GNUNET_GETOPT_OPTION_END
195};
196
197
198/**
199 * The main function to unindex content. 188 * The main function to unindex content.
200 * 189 *
201 * @param argc number of arguments from the command line 190 * @param argc number of arguments from the command line
@@ -205,6 +194,12 @@ static struct GNUNET_GETOPT_CommandLineOption options[] = {
205int 194int
206main (int argc, char *const *argv) 195main (int argc, char *const *argv)
207{ 196{
197 static const struct GNUNET_GETOPT_CommandLineOption options[] = {
198 {'V', "verbose", NULL,
199 gettext_noop ("be verbose (print progress information)"),
200 0, &GNUNET_GETOPT_set_one, &verbose},
201 GNUNET_GETOPT_OPTION_END
202 };
208 return (GNUNET_OK == 203 return (GNUNET_OK ==
209 GNUNET_PROGRAM_run (argc, 204 GNUNET_PROGRAM_run (argc,
210 argv, 205 argv,