diff options
author | midipix <writeonce@midipix.org> | 2015-12-16 02:16:23 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2015-12-16 02:16:23 -0500 |
commit | bbc20f9c01d0a523a6b637f1b154d62cf45e72b1 (patch) | |
tree | 83dd4e4f4ed2ba8e1274b35b01c7d0309221b192 /src/skin | |
parent | fb7de2f3f9eaf09efc83a727957ce74ebd976abb (diff) | |
download | sofort-bbc20f9c01d0a523a6b637f1b154d62cf45e72b1.tar.bz2 sofort-bbc20f9c01d0a523a6b637f1b154d62cf45e72b1.tar.xz |
C headers and source files: mark dummy interfaces and related code.
Diffstat (limited to 'src/skin')
-rw-r--r-- | src/skin/sfrt_skin_default.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/skin/sfrt_skin_default.c b/src/skin/sfrt_skin_default.c index ef3f6b9..875fd54 100644 --- a/src/skin/sfrt_skin_default.c +++ b/src/skin/sfrt_skin_default.c @@ -8,11 +8,11 @@ const struct argv_option sfrt_default_options[] = { {"help", 'h',TAG_HELP,ARGV_OPTARG_OPTIONAL,"short|long",0, "show usage information [listing %s options only]"}, - {"output-dummy", 'o',TAG_OUTPUT_DUMMY,ARGV_OPTARG_REQUIRED,0,"<anystring>", - "output %s"}, - - {"output-property", 'p',TAG_OUTPUT_PROPERTY,ARGV_OPTARG_REQUIRED,"name|address",0, - "output %s"}, - + {"output-dummy", 'o',TAG_OUTPUT_DUMMY,ARGV_OPTARG_REQUIRED,0,"<anystring>", /* dummy */ + "output %s"}, /* dummy */ + /* dummy */ + {"output-property", 'p',TAG_OUTPUT_PROPERTY,ARGV_OPTARG_REQUIRED,"name|address",0, /* dummy */ + "output %s"}, /* dummy */ + /* dummy */ {0} }; |