rename some stuff

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@212 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
Lennart Poettering 2004-09-17 20:06:17 +00:00
parent 24f3781507
commit f077958747
12 changed files with 43 additions and 39 deletions

View file

@ -107,7 +107,7 @@ void pa_cmdline_help(const char *argv0) {
" -n Don't load default script file\n", e);
}
int pa_cmdline_parse(struct pa_conf *conf, int argc, char *const argv [], int *d) {
int pa_cmdline_parse(struct pa_daemon_conf *conf, int argc, char *const argv [], int *d) {
struct pa_strbuf *buf = NULL;
int c;
assert(conf && argc && argv);