summaryrefslogtreecommitdiff
path: root/pikul.h
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2021-07-18 11:59:55 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2021-07-18 11:59:55 +0800
commitb53957a8fd25bcce8eb98f71b6e9e711b48ce605 (patch)
treef80aea33ef7fd8252c16dfeea97b65ffa597d774 /pikul.h
parentb167efeabf9b6292c6c7a15f7a83b48c2eb86a1b (diff)
Insurance is not determined by user's decision
It depends on some weight threshhold.
Diffstat (limited to 'pikul.h')
-rw-r--r--pikul.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pikul.h b/pikul.h
index 07db738..fde0483 100644
--- a/pikul.h
+++ b/pikul.h
@@ -29,7 +29,7 @@ char *pikul_order(const char *order_number, const char *service, const char *sen
const char *sender_phone, const char *origin, const char *sender_address,
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);
+ int nitems, char **items[], double subtotal);
void pikul_cleanup();
#ifdef __cplusplus