mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-31 22:25:33 -04:00
forgot some files
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@104 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
46091a9237
commit
839f99ffbf
8 changed files with 338 additions and 0 deletions
17
polyp/autoload.h
Normal file
17
polyp/autoload.h
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
#ifndef fooautoloadhfoo
|
||||
#define fooautoloadhfoo
|
||||
|
||||
#include "namereg.h"
|
||||
|
||||
struct pa_autoload_entry {
|
||||
char *name;
|
||||
enum pa_namereg_type type;
|
||||
char *module, *argument;
|
||||
};
|
||||
|
||||
void pa_autoload_add(struct pa_core *c, const char*name, enum pa_namereg_type type, const char*module, const char *argument);
|
||||
void pa_autoload_free(struct pa_core *c);
|
||||
int pa_autoload_remove(struct pa_core *c, const char*name, enum pa_namereg_type type);
|
||||
void pa_autoload_request(struct pa_core *c, const char *name, enum pa_namereg_type type);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue