summaryrefslogtreecommitdiffstats
path: root/src/restore.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/restore.h')
-rw-r--r--src/restore.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/restore.h b/src/restore.h
index d790d01..ec6fa04 100644
--- a/src/restore.h
+++ b/src/restore.h
@@ -19,17 +19,18 @@
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 */ 20 */
21 21
22#ifndef RESTORED_H 22#ifndef __RESTORED_H
23#define RESTORED_H 23#define __RESTORED_H
24 24
25#include <string.h> 25#include <string.h>
26 26
27#include "idevice.h"
27#include "libimobiledevice/restore.h" 28#include "libimobiledevice/restore.h"
28#include "property_list_service.h" 29#include "property_list_service.h"
29 30
30struct restored_client_private { 31struct restored_client_private {
31 property_list_service_client_t parent; 32 property_list_service_client_t parent;
32 char *uuid; 33 char *udid;
33 char *label; 34 char *label;
34 plist_t info; 35 plist_t info;
35}; 36};