summaryrefslogtreecommitdiff
path: root/private.h
diff options
context:
space:
mode:
Diffstat (limited to 'private.h')
-rw-r--r--private.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/private.h b/private.h
index 954d29e..8266484 100644
--- a/private.h
+++ b/private.h
@@ -9,8 +9,11 @@ extern struct shipping {
const char **status_trail;
char *url;
char *post;
+ size_t response_size;
+ char *response_data;
json_tokener *tokener;
enum {
+ PLACES,
SERVICES,
ORDER
} mode;