build: making dbus usage optional, by default a socket interface is used
[profile/ivi/pulseaudio-module-murphy-ivi.git] / murphy / socketif.h
1 #ifndef foosocketiffoo
2 #define foosocketiffoo
3
4 #include "routerif.h"
5
6
7 #if 0
8 void pa_routerif_send_device_state(struct userdata *,char *,char **,int);
9 void pa_routerif_send_media_status(struct userdata *, const char *,
10                                    const char *, int);
11 #endif
12
13 #endif
14
15 /*
16  * Local Variables:
17  * c-basic-offset: 4
18  * indent-tabs-mode: nil
19  * End:
20  *
21  */