summaryrefslogtreecommitdiff
path: root/private.h
diff options
context:
space:
mode:
Diffstat (limited to 'private.h')
-rw-r--r--private.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/private.h b/private.h
new file mode 100644
index 0000000..6df3e91
--- /dev/null
+++ b/private.h
@@ -0,0 +1,17 @@
+#include <curl/curl.h>
+#include "pikul.h"
+
+extern struct shipping {
+ enum pikul_company company;
+ char *base;
+ struct curl_slist *headers;
+ const char **status_trail;
+ char *url;
+ char *post;
+ enum {
+ SERVICES,
+ ORDER
+ } mode;
+ const char **trail;
+ void *data;
+} shipping;