diff options
Diffstat (limited to 'private.h')
-rw-r--r-- | private.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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; |