diff options
| author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-07-18 19:31:14 +0800 |
|---|---|---|
| committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-07-18 19:31:14 +0800 |
| commit | 1161463fce40f2e5b59ef6dd7406aa0a55f8d936 (patch) | |
| tree | e22f3a5b71cec0e5229a55cf1b47908c55600d5b /pikul.h | |
| parent | 98b431f3b0b1f45b9f05edc43fff19c586658445 (diff) | |
| parent | 39190eb032cc6a8c2fe9d07ca85f712a229c0b69 (diff) | |
Merge branch 'master' into sicepat
Diffstat (limited to 'pikul.h')
| -rw-r--r-- | pikul.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -26,6 +26,11 @@ void pikul_init(enum pikul_company company, char *provisions[]); struct pikul_services *pikul_services(const char *origin, const char *destination, double weight); 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 *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[], double subtotal); void pikul_cleanup(); #ifdef __cplusplus |