]> git.ipfire.org Git - thirdparty/shairport-sync.git/blob - dbus-service.h
Update check_classic_mac_basic.yml
[thirdparty/shairport-sync.git] / dbus-service.h
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 */