From ab766096598188759d29829043bf28e63379b730 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 4 Mar 2025 23:24:59 +0100 Subject: Replace Content::paths_valid() with a free utility function. --- src/lib/util.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib/util.h') diff --git a/src/lib/util.h b/src/lib/util.h index 67c759b57..525deeb75 100644 --- a/src/lib/util.h +++ b/src/lib/util.h @@ -103,6 +103,7 @@ extern void setup_grok_library_path(); #endif extern std::string join_strings(std::vector const& in, std::string const& separator = " "); extern std::string rfc_2822_date(time_t time); +bool paths_exist(std::vector const& paths); template -- cgit v1.2.3