public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] perl: Add function to get the description of the database.
@ 2019-09-29  9:55 Stefan Schantl
  0 siblings, 0 replies; only message in thread
From: Stefan Schantl @ 2019-09-29  9:55 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 587 bytes --]

Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
---
 src/perl/Location/Location.xs | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/src/perl/Location/Location.xs b/src/perl/Location/Location.xs
index f94ca31..496fc43 100644
--- a/src/perl/Location/Location.xs
+++ b/src/perl/Location/Location.xs
@@ -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
 #
-- 
2.20.1


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-09-29  9:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-29  9:55 [PATCH] perl: Add function to get the description of the database Stefan Schantl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox