summaryrefslogtreecommitdiffstats
path: root/src/AFC.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/AFC.h')
-rw-r--r--src/AFC.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/AFC.h b/src/AFC.h
index f05d831..463c13e 100644
--- a/src/AFC.h
+++ b/src/AFC.h
@@ -26,6 +26,7 @@
26#include <stdio.h> 26#include <stdio.h>
27#include <stdlib.h> 27#include <stdlib.h>
28#include <sys/stat.h> 28#include <sys/stat.h>
29#include <glib.h>
29 30
30typedef struct { 31typedef struct {
31 uint32 header1, header2; 32 uint32 header1, header2;
@@ -46,6 +47,7 @@ struct iphone_afc_client_int {
46 AFCPacket *afc_packet; 47 AFCPacket *afc_packet;
47 int file_handle; 48 int file_handle;
48 int lock; 49 int lock;
50 GMutex *mutex;
49}; 51};
50 52
51struct iphone_afc_file_int { 53struct iphone_afc_file_int {