From 48342b0d5f111f1cc1d6ebfeb119621aec4380d3 Mon Sep 17 00:00:00 2001 From: fedir Date: Thu, 1 May 2025 16:16:24 +0200 Subject: [PATCH] Updated sourcefs header --- src/sourcefs.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/sourcefs.h b/src/sourcefs.h index b712106..4611b15 100644 --- a/src/sourcefs.h +++ b/src/sourcefs.h @@ -19,6 +19,7 @@ * @return 0 on success, -1 on failure. */ int source_init(const char *root_path); +void source_destroy(void); /* All of the functions below are designed to behave exactly as their non-source * counterparts. */