aboutsummaryrefslogtreecommitdiff
path: root/src/template/gnunet-template.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/template/gnunet-template.c
parent640ae593fd34d27034f994a2e945a8942f1a4d5d (diff)
downloadgnunet-200aaa0dd6813f19eb7ed67a0fdc301d091fc2d7.tar.gz
gnunet-200aaa0dd6813f19eb7ed67a0fdc301d091fc2d7.zip
localization
of scopes
Diffstat (limited to 'src/template/gnunet-template.c')
-rw-r--r--src/template/gnunet-template.c12
1 files changed, 4 insertions, 8 deletions
diff --git a/src/template/gnunet-template.c b/src/template/gnunet-template.c
index ad0da8159..a32b42379 100644
--- a/src/template/gnunet-template.c
+++ b/src/template/gnunet-template.c
@@ -52,14 +52,6 @@ run (void *cls,
52 /* main code here */ 52 /* main code here */
53} 53}
54 54
55/**
56 * gnunet-template command line options
57 */
58static struct GNUNET_GETOPT_CommandLineOption options[] = {
59 /* FIMXE: add options here */
60 GNUNET_GETOPT_OPTION_END
61};
62
63 55
64/** 56/**
65 * The main function to obtain template from gnunetd. 57 * The main function to obtain template from gnunetd.
@@ -71,6 +63,10 @@ static struct GNUNET_GETOPT_CommandLineOption options[] = {
71int 63int
72main (int argc, char *const *argv) 64main (int argc, char *const *argv)
73{ 65{
66 static const struct GNUNET_GETOPT_CommandLineOption options[] = {
67 /* FIMXE: add options here */
68 GNUNET_GETOPT_OPTION_END
69 };
74 return (GNUNET_OK == 70 return (GNUNET_OK ==
75 GNUNET_PROGRAM_run (argc, 71 GNUNET_PROGRAM_run (argc,
76 argv, 72 argv,