Commit 733bd087 authored by Stefan Schantl's avatar Stefan Schantl Committed by Michael Tremer

perl: Add function to gather the license of a database.

Signed-off-by: default avatarStefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: default avatarMichael Tremer <michael.tremer@ipfire.org>
parent 973c5f03
......@@ -79,6 +79,16 @@ get_description(db)
OUTPUT:
RETVAL
const char*
get_license(db)
struct loc_database* db;
CODE:
// Get database license
RETVAL = loc_database_get_license(db);
OUTPUT:
RETVAL
#
# Lookup functions
#
......
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