make it compile

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@4 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
Lennart Poettering 2004-06-10 23:22:16 +00:00
parent 9cb0b933e2
commit a5daff7859
2 changed files with 11 additions and 7 deletions

View file

@ -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);