summaryrefslogtreecommitdiff
path: root/osinfo/osinfo_db.h
diff options
context:
space:
mode:
Diffstat (limited to 'osinfo/osinfo_db.h')
-rw-r--r--osinfo/osinfo_db.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/osinfo/osinfo_db.h b/osinfo/osinfo_db.h
index aee2e64..7289cfb 100644
--- a/osinfo/osinfo_db.h
+++ b/osinfo/osinfo_db.h
@@ -80,6 +80,8 @@ OsinfoOs *osinfo_db_guess_os_from_tree(OsinfoDb *db,
OsinfoTree **matched_tree);
gboolean osinfo_db_identify_tree(OsinfoDb *db,
OsinfoTree *tree);
+OsinfoTreeList *osinfo_db_identify_treelist(OsinfoDb *db,
+ OsinfoTree *tree);
// Get me all unique values for property "vendor" among operating systems
GList *osinfo_db_unique_values_for_property_in_os(OsinfoDb *db, const gchar *propName);