public inbox for location@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] perl: Add function to gather the license of a 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: location

[-- Attachment #1: Type: text/plain, Size: 580 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 496fc43..ab27f0b 100644
--- a/src/perl/Location/Location.xs
+++ b/src/perl/Location/Location.xs
@@ -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
 #
-- 
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 gather the license of a 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