summaryrefslogtreecommitdiff
path: root/src/lib/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/util.h')
-rw-r--r--src/lib/util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/util.h b/src/lib/util.h
index b85cf0a33..4f64369d3 100644
--- a/src/lib/util.h
+++ b/src/lib/util.h
@@ -114,4 +114,6 @@ number_attribute(cxml::ConstNodePtr node, std::string name1, std::string name2)
return *value;
}
+extern std::string screen_names_to_string(std::vector<std::string> names);
+
#endif