From a33b3644d91b8fd3820049c25c18a8768e43e4ba Mon Sep 17 00:00:00 2001 From: Ed_ Date: Sat, 14 Dec 2024 07:14:30 -0500 Subject: [PATCH] Add CSV_Column structs to c_library.refactor --- gen_c_library/c_library.refactor | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gen_c_library/c_library.refactor b/gen_c_library/c_library.refactor index e1a32c3..1c98342 100644 --- a/gen_c_library/c_library.refactor +++ b/gen_c_library/c_library.refactor @@ -445,6 +445,9 @@ namespace builder_, gen_builder_ word scan_file, gen_scan_file +word CSV_Column, gen_CSV_Column +word CSV_Columns2, gen_CSV_Columns2 + // Implementation (prviate) word _format_info, gen__format_info