From 36b87741e0423cab0baaedc5b8e155f4af79498f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=EA=A6=AB=EA=A6=B6=EA=A6=8F=EA=A7=80=EA=A6=A6?= =?UTF-8?q?=EA=A6=BF=EA=A6=A7=EA=A6=AE=EA=A6=91=EA=A6=A9=EA=A6=AD=EA=A7=80?= Date: Mon, 28 Jun 2021 08:32:02 +0800 Subject: Shorten the module's services function name --- anteraja.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'anteraja.c') 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"; -- cgit v1.2.3