diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-07-20 00:11:56 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-07-20 00:11:56 +0800 |
commit | 1264915af1cd1f47a34873360c4e88ae73a1bd33 (patch) | |
tree | c98c331871a559fe47df921e5ffd515257e53b39 /pikul.h | |
parent | 0f4b2281ee59811e72a9975dd019891eb334683e (diff) |
Function to get list of just the service codes
Diffstat (limited to 'pikul.h')
-rw-r--r-- | pikul.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -24,6 +24,7 @@ extern "C" { 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); +char **pikul_codes(const char *origin, const char *destination, double weight); 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, |