mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
rename some stuff
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@212 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
24f3781507
commit
f077958747
12 changed files with 43 additions and 39 deletions
|
|
@ -78,7 +78,7 @@ static void show_info(const char *name, const char *path, void (*info)(const cha
|
|||
|
||||
static int callback(const char *path, lt_ptr data) {
|
||||
const char *e;
|
||||
struct pa_conf *c = (data);
|
||||
struct pa_daemon_conf *c = (data);
|
||||
|
||||
if ((e = (const char*) strrchr(path, '/')))
|
||||
e++;
|
||||
|
|
@ -91,7 +91,7 @@ static int callback(const char *path, lt_ptr data) {
|
|||
return 0;
|
||||
}
|
||||
|
||||
void pa_dump_modules(struct pa_conf *c, int argc, char * const argv[]) {
|
||||
void pa_dump_modules(struct pa_daemon_conf *c, int argc, char * const argv[]) {
|
||||
if (argc > 0) {
|
||||
int i;
|
||||
for (i = 0; i < argc; i++)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue