summaryrefslogtreecommitdiffstats
path: root/polyp/cmdline.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-11-21 21:31:28 +0000
committerLennart Poettering <lennart@poettering.net>2004-11-21 21:31:28 +0000
commit4763ca1376fc136158e576de94dc1cf6c6584973 (patch)
tree6f8d36ec68061a587883d94e9eacc52bbf707028 /polyp/cmdline.c
parent2fb83d13f27214476f90fe619b26f5bbc8f520c8 (diff)
Comment some more files
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@309 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'polyp/cmdline.c')
-rw-r--r--polyp/cmdline.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/polyp/cmdline.c b/polyp/cmdline.c
index e11d8aad..a39f6ca6 100644
--- a/polyp/cmdline.c
+++ b/polyp/cmdline.c
@@ -35,6 +35,7 @@
#include "strbuf.h"
#include "xmalloc.h"
+/* Argument codes for getopt_long() */
enum {
ARG_HELP = 256,
ARG_VERSION,
@@ -58,6 +59,7 @@ enum {
ARG_CHECK
};
+/* Tabel for getopt_long() */
static struct option long_options[] = {
{"help", 0, 0, ARG_HELP},
{"version", 0, 0, ARG_VERSION},