Fix PA_CORE_HOOK typos in tracker
[staging/agl-audio-plugin.git] / routerif.h
1 #ifndef paaglrouterif
2 #define paaglrouterif
3
4 #include "userdata.h"
5
6 pa_routerif *pa_routerif_init (struct userdata *, const char *,
7                                const char *, const char *);
8 void pa_routerif_done (struct userdata *);
9
10 #endif