Commit 973c5f03 authored by Stefan Schantl's avatar Stefan Schantl Committed by Michael Tremer

perl: Add function to get the description of the database.

Signed-off-by: default avatarStefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: default avatarMichael Tremer <michael.tremer@ipfire.org>
parent 46fbc975
......@@ -69,6 +69,16 @@ get_vendor(db)
OUTPUT:
RETVAL
const char*
get_description(db)
struct loc_database* db;
CODE:
// Get database description
RETVAL = loc_database_get_description(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