diff --git a/SAS/OTDB/include/OTDB/TreeMaintenance.h b/SAS/OTDB/include/OTDB/TreeMaintenance.h
index 064afc8f8a152fb864ed3ace90be2e601ee376ab..134a51356dd6477942eb04827ed48b79750fa3ca 100644
--- a/SAS/OTDB/include/OTDB/TreeMaintenance.h
+++ b/SAS/OTDB/include/OTDB/TreeMaintenance.h
@@ -183,10 +183,12 @@ public:
 	// the tree is exported: HTML, KeyValue List.
 	bool	exportTree (treeIDType			aTreeID,
 						nodeIDType			topItem,
-						const string&		filename,
-						const formatType	outputFormat = FtKVList,
-						bool				folded = false);
+						const string&		filename);
 
+	// Export a VIC (sub)tree with reported metadata to a file.
+	bool	exportResultTree (treeIDType		aTreeID,
+							  nodeIDType		topItem,
+							  const string&		filename);
 
 	//# --- Finally some general tree maintenance ---
 	// Delete a tree (of any kind) from the database.