summaryrefslogtreecommitdiff
path: root/pikul.c
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2021-06-27 23:51:46 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2021-06-27 23:51:46 +0800
commit9c26a7ea4265b6f372ba40ea5fcb6fc440538813 (patch)
tree1e529c5eefb9b1254d883cb63bc35af5892e499d /pikul.c
parent65a334cf2fe2d7d524c129f0df765463a91f542c (diff)
Make headers function inline
Diffstat (limited to 'pikul.c')
-rw-r--r--pikul.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/pikul.c b/pikul.c
index b13d64a..f078449 100644
--- a/pikul.c
+++ b/pikul.c
@@ -6,6 +6,7 @@ CURL *curl;
json_tokener *tokener;
static struct shipping shipping;
+extern inline void headers(struct shipping *shipping, const char *fields[], char *provisions[]);
extern void anteraja_init(char *[], struct shipping *);
extern void anteraja_services_request(const char *, const char *, double,
struct shipping *, char **, char **);