summaryrefslogtreecommitdiffstats
path: root/src/webinspector.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/webinspector.h')
-rw-r--r--src/webinspector.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/webinspector.h b/src/webinspector.h
index ab04a70..3c8e695 100644
--- a/src/webinspector.h
+++ b/src/webinspector.h
@@ -25,6 +25,8 @@
25#include "libimobiledevice/webinspector.h" 25#include "libimobiledevice/webinspector.h"
26#include "property_list_service.h" 26#include "property_list_service.h"
27 27
28#define WEBINSPECTOR_PARTIAL_PACKET_CHUNK_SIZE 8096
29
28struct webinspector_client_private { 30struct webinspector_client_private {
29 property_list_service_client_t parent; 31 property_list_service_client_t parent;
30}; 32};