mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
make it compile
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@4 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
9cb0b933e2
commit
a5daff7859
2 changed files with 11 additions and 7 deletions
|
|
@ -7,10 +7,11 @@
|
|||
#include "core.h"
|
||||
|
||||
struct module {
|
||||
struct core *core;
|
||||
char *name, *argument;
|
||||
uint32_t index;
|
||||
|
||||
lt_dlhandle *dl;
|
||||
lt_dlhandle dl;
|
||||
|
||||
int (*init)(struct core *c, struct module*m);
|
||||
void (*done)(struct core *c, struct module*m);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue