From d0635a7dc686e21d3eea6bf1c030657d6d575562 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Mon, 5 Aug 2013 20:01:35 +0200 Subject: Add public *_SERVICE_NAME defines for each service --- include/libimobiledevice/house_arrest.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/libimobiledevice/house_arrest.h') diff --git a/include/libimobiledevice/house_arrest.h b/include/libimobiledevice/house_arrest.h index f12be26..c33c23b 100644 --- a/include/libimobiledevice/house_arrest.h +++ b/include/libimobiledevice/house_arrest.h @@ -31,6 +31,8 @@ extern "C" { #include #include +#define HOUSE_ARREST_SERVICE_NAME "com.apple.mobile.house_arrest" + /** @name Error Codes */ /*@{*/ #define HOUSE_ARREST_E_SUCCESS 0 -- cgit v1.1-32-gdbae