summaryrefslogtreecommitdiff
path: root/dbus-service.h
blob: 5cfc02e2dcfac67a49cf8fcf0924e6eab7d9cde0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef DBUS_SERVICE_H
#define DBUS_SERVICE_H

#include "dbus-interface.h"
ShairportSync *shairportSyncSkeleton;

int start_dbus_service();
void stop_dbus_service();
int dbus_service_is_running();

#endif /* #ifndef DBUS_SERVICE_H */