diff options
| author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-07-22 17:04:07 +0800 |
|---|---|---|
| committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-07-22 17:06:42 +0800 |
| commit | f686ef14951df5f4c2a82bc6075bfd520e05c3de (patch) | |
| tree | 84cf5267c0f490c9c0d297c10a11cc774913f4fd /pikul.h | |
| parent | 628a1be7997f13cf7c44dc3df215557e32d4e74f (diff) | |
pikul_codes shouldn't be needed
Diffstat (limited to 'pikul.h')
| -rw-r--r-- | pikul.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -27,7 +27,6 @@ void pikul_free_services(struct pikul_services *services); char *pikul_html(const char *origin, const char *destination, double weight, const char *widget, const char *extra, const char *name, const char *value, char *code_prefixes[], char *name_prefixes[]); -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, |