From 87071200872c2450c947047350132aee493033c1 Mon Sep 17 00:00:00 2001 From: Dominick Allen Date: Thu, 2 Jan 2025 15:11:51 -0600 Subject: Get basic CSV parser operating. --- test/test_common.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'test/test_common.hpp') diff --git a/test/test_common.hpp b/test/test_common.hpp index 8912e42..5f6828f 100644 --- a/test/test_common.hpp +++ b/test/test_common.hpp @@ -81,7 +81,9 @@ struct MockFudAllocator { extern MockFudAllocator globalMockFudAlloc; class String; -FudStatus removeRecursive(const String& path); +class StringView; +auto rmFile(StringView filename) -> int; +FudStatus removeRecursive(StringView path); } // namespace fud -- cgit v1.2.3