1 
2 #ifndef DBUS_SERVICE_H
3 #define DBUS_SERVICE_H
4 
5 #include "dbus-interface.h"
6 extern ShairportSync *shairportSyncSkeleton;
7 
8 int start_dbus_service();
9 void stop_dbus_service();
10 int dbus_service_is_running();
11 
12 #endif /* #ifndef DBUS_SERVICE_H */
13