From 221c37a202c82f7c8f2d471b9776130a938cf459 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sat, 12 Nov 2016 15:01:47 -0800 Subject: Add new reporting function quoted_rfc4180 --- src/report.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/report.h') diff --git a/src/report.h b/src/report.h index e943de1d..6bd3ca73 100644 --- a/src/report.h +++ b/src/report.h @@ -181,6 +181,7 @@ public: value_t fn_abs(call_scope_t& scope); value_t fn_justify(call_scope_t& scope); value_t fn_quoted(call_scope_t& scope); + value_t fn_quoted_rfc4180(call_scope_t& scope); value_t fn_join(call_scope_t& scope); value_t fn_format_date(call_scope_t& scope); value_t fn_format_datetime(call_scope_t& scope); -- cgit v1.2.3