mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-12 13:30:10 -05:00
Comment some more files
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@309 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
2fb83d13f2
commit
4763ca1376
45 changed files with 428 additions and 81 deletions
|
|
@ -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},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue