]> git.ipfire.org Git - thirdparty/shairport-sync.git/blame - dbus-service.h
Update check_classic_systemd_full.yml
[thirdparty/shairport-sync.git] / dbus-service.h
CommitLineData
d4eae76f
MB
1
2#ifndef DBUS_SERVICE_H
3#define DBUS_SERVICE_H
4
df7c48f0 5#include "dbus-interface.h"
85ba78b6 6extern ShairportSync *shairportSyncSkeleton;
d4eae76f
MB
7
8int start_dbus_service();
f1d45034 9void stop_dbus_service();
97a4766e 10int dbus_service_is_running();
d4eae76f
MB
11
12#endif /* #ifndef DBUS_SERVICE_H */