From 65a334cf2fe2d7d524c129f0df765463a91f542c 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: Sun, 27 Jun 2021 23:41:31 +0800 Subject: Shipping API client framework with 1 module so far. --- shipping.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 shipping.h (limited to 'shipping.h') diff --git a/shipping.h b/shipping.h new file mode 100644 index 0000000..345eaef --- /dev/null +++ b/shipping.h @@ -0,0 +1,10 @@ +#include +#include "pikul.h" + +struct shipping { + enum pikul_company company; + char *base; + struct curl_slist *headers; +}; + +void headers(struct shipping *, const char *[], char *[]); -- cgit v1.2.3