Commit 8ae90cfa authored by Michael Tremer's avatar Michael Tremer

perl: Rename database_get_vendor() to get_vendor(9

This function is being called on the database object, so it makes
sense to call it this as it is shorter.
Signed-off-by: default avatarMichael Tremer <michael.tremer@ipfire.org>
parent 9e1ca074
...@@ -84,7 +84,7 @@ get_country_code(db, address) ...@@ -84,7 +84,7 @@ get_country_code(db, address)
const char* const char*
database_get_vendor(db) get_vendor(db)
struct loc_database* db; struct loc_database* db;
CODE: CODE:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment