From 70f4578182cc0cff48286b6cae767b4c8f7303e1 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 28 Sep 2019 16:25:26 +0000 Subject: [PATCH] perl: Rename lookup function to be more consistent with the Python bindings Signed-off-by: Michael Tremer --- src/perl/Location/Location.xs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/perl/Location/Location.xs b/src/perl/Location/Location.xs index c4d7fa9..6fbf223 100644 --- a/src/perl/Location/Location.xs +++ b/src/perl/Location/Location.xs @@ -57,7 +57,7 @@ init(file) RETVAL char* -get_country_code(db, address) +lookup_country_code(db, address) struct loc_database* db; char* address; -- 2.39.2