summaryrefslogtreecommitdiff
path: root/anteraja.c
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2021-06-28 08:32:02 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2021-06-28 08:32:02 +0800
commit36b87741e0423cab0baaedc5b8e155f4af79498f (patch)
treea5dd794f3e4496c6155dca3899087f4ae43cfca9 /anteraja.c
parent57719833634055b10091cabf373151760fb9087c (diff)
Shorten the module's services function name
Diffstat (limited to 'anteraja.c')
-rw-r--r--anteraja.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/anteraja.c b/anteraja.c
index 98af505..05fa870 100644
--- a/anteraja.c
+++ b/anteraja.c
@@ -17,7 +17,7 @@ void anteraja_init(char *provisions[], struct shipping *shipping)
shipping->headers = curl_slist_append(shipping->headers, "Content-Type:application/json");
}
-void anteraja_services_request(const char *origin, const char *destination, double weight,
+void anteraja_services(const char *origin, const char *destination, double weight,
struct shipping *shipping, char **url, char **post)
{
static const char *path = "serviceRates";