diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-07-20 22:33:29 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-07-20 22:33:29 +0800 |
commit | d7a0867335f3aef16baad0fe138f1d09ef29d928 (patch) | |
tree | f07819fe70ee9d369cb93ee12b870caaeb461965 /pikul.h | |
parent | 1264915af1cd1f47a34873360c4e88ae73a1bd33 (diff) |
Function for listing services ready in HTML
Diffstat (limited to 'pikul.h')
-rw-r--r-- | pikul.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -24,6 +24,9 @@ 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_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, |