summaryrefslogtreecommitdiff
path: root/pikul.h
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2021-07-17 15:29:20 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2021-07-17 15:29:20 +0800
commitb999dd2f128bcf209c62d3419a559e70222e7b04 (patch)
tree289e21169fb6ea32c767232be329657bde6168a1 /pikul.h
parentdfa57092e26c242c2ab64dc1d029e5dff44eee67 (diff)
Postal codes for both sender & receiver
Diffstat (limited to 'pikul.h')
-rw-r--r--pikul.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/pikul.h b/pikul.h
index 623c87a..07db738 100644
--- a/pikul.h
+++ b/pikul.h
@@ -27,8 +27,9 @@ void pikul_free_services(struct pikul_services *services);
double pikul_cost(const char *origin, const char *destination, double weight, const char *service);
char *pikul_order(const char *order_number, const char *service, const char *sender_name,
const char *sender_phone, const char *origin, const char *sender_address,
- const char *receiver_name, const char *receiver_phone, const char *destination,
- const char *receiver_address, int nitems, char **items[], _Bool insurance, double subtotal);
+ const char *sender_postal, const char *receiver_name, const char *receiver_phone,
+ const char *destination, const char *receiver_address, const char *receiver_postal,
+ int nitems, char **items[], _Bool insurance, double subtotal);
void pikul_cleanup();
#ifdef __cplusplus