mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-15 06:59:58 -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
|
|
@ -24,8 +24,12 @@
|
|||
|
||||
#include "daemon-conf.h"
|
||||
|
||||
/* Parese the command line and store its data in *c. Return the index
|
||||
* of the first unparsed argument in *d. */
|
||||
int pa_cmdline_parse(struct pa_daemon_conf*c, int argc, char *const argv [], int *d);
|
||||
|
||||
/* Show the command line help. The command name is extracted from
|
||||
* argv[0] which should be passed in argv0. */
|
||||
void pa_cmdline_help(const char *argv0);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue