From 74028cd953f94cfd2d0a1f635ed07e25d94c6802 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=EA=A6=AB=EA=A6=B6=EA=A6=8F=EA=A7=80=EA=A6=A6?= =?UTF-8?q?=EA=A6=BF=EA=A6=A7=EA=A6=AE=EA=A6=91=EA=A6=A9=EA=A6=AD=EA=A7=80?= Date: Mon, 19 Jul 2021 17:21:52 +0800 Subject: Merge the inline functions to pikul.c So things are more straight forward, and this makes code more reusable. --- private.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 private.h (limited to 'private.h') 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 +#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; -- cgit v1.2.3