]> git.ipfire.org Git - people/ms/libloc.git/blobdiff - src/loc/database.h
Add license attribute to the database
[people/ms/libloc.git] / src / loc / database.h
index 42ca0346b79ce302033758aa3b9a23878e4951cd..2f46e612319cfcb51bc9a6ce428d8d6a5fda1f15 100644 (file)
@@ -33,6 +33,7 @@ struct loc_database* loc_database_unref(struct loc_database* db);
 time_t loc_database_created_at(struct loc_database* db);
 const char* loc_database_get_vendor(struct loc_database* db);
 const char* loc_database_get_description(struct loc_database* db);
+const char* loc_database_get_license(struct loc_database* db);
 
 int loc_database_get_as(struct loc_database* db, struct loc_as** as, uint32_t number);
 size_t loc_database_count_as(struct loc_database* db);