summaryrefslogtreecommitdiff
path: root/src/resource.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/resource.rs')
-rw-r--r--src/resource.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resource.rs b/src/resource.rs
index 43967ef..336c4e2 100644
--- a/src/resource.rs
+++ b/src/resource.rs
@@ -55,7 +55,7 @@ pub fn embedded_files() -> &'static [(&'static str, &'static [u8])] {
}
/// Put a path at the back of the queue to search in
-fn add_search_path<P: AsRef<Path>>(path: P) {
+pub fn add_search_path<P: AsRef<Path>>(path: P) {
SEARCH_PATHS
.lock()
.expect("Unable to lock SEARCH_PATHS")